Skip to content

Commit

Permalink
workflows: Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Feb 23, 2024
1 parent 64e2971 commit c88d351
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
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 @@ -23,7 +23,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 c88d351

Please sign in to comment.