Skip to content

Commit

Permalink
Update actions/checkout action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 56b3f85 commit 4340b06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: Checkout Code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
needs: tag
steps:
- name: Checkout Code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Setup Python 3.9
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Python 3.9
steps:
- name: Checkout Code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Setup Latest Python
uses: actions/[email protected]
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
name: Python ${{ matrix.python-version }}
steps:
- name: Checkout Code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Setup Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down

0 comments on commit 4340b06

Please sign in to comment.