Skip to content

Commit 57d88b4

Browse files
authored
Merge pull request #85 from pytest-dev/dependabot/github_actions/github-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the github-actions group
2 parents 5446213 + 1fb15f5 commit 57d88b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Build and Check Package
2020
uses: hynek/[email protected]
@@ -27,7 +27,7 @@ jobs:
2727
contents: write # For tag.
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131

3232
- name: Download Package
3333
uses: actions/download-artifact@v5

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
package:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: Build and Check Package
2727
uses: hynek/[email protected]
2828

@@ -37,7 +37,7 @@ jobs:
3737
os: [ubuntu-latest, macos-latest] # , windows-latest] # Windows tests will fail.
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141

4242
- name: Download Package
4343
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)