Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 8f40b9e commit f9204d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/[email protected].5
uses: actions/[email protected].6

- name: Restore data cache
if: matrix.session == 'tests'
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/[email protected].5
uses: actions/[email protected].6

- name: Set up Python
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
fetch-depth: 2

Expand Down

0 comments on commit f9204d0

Please sign in to comment.