Skip to content

Commit

Permalink
Merge pull request #500 from pytest-dev/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
RonnyPfannschmidt committed Apr 21, 2024
2 parents 05d8172 + 367f932 commit 6e23b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
tox_env: "benchmark"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 6e23b6d

Please sign in to comment.