Skip to content

Commit

Permalink
workflows: Bump checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Feb 16, 2024
1 parent d4efe24 commit ea82705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# need this to also fetch tags
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# need this to also fetch tags
fetch-depth: 0
Expand Down

0 comments on commit ea82705

Please sign in to comment.