Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 53ea501 commit 60e54cf
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].0
uses: actions/[email protected].1

- name: Set up Python ${{ matrix.python }}
uses: actions/[email protected]
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- 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].0
uses: actions/[email protected].1
with:
fetch-depth: 2

Expand Down

0 comments on commit 60e54cf

Please sign in to comment.