Skip to content

Commit 84b2f3d

Browse files
authored
Merge pull request #46 from pytest-dev/dependabot/github_actions/github-actions-7921bc0373
Bump the github-actions group with 2 updates
2 parents ae856dd + eb48ec3 commit 84b2f3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Build and Check Package
1717
uses: hynek/[email protected]
1818

1919
- name: Download Package
20-
uses: actions/download-artifact@v4
20+
uses: actions/download-artifact@v5
2121
with:
2222
name: Packages
2323
path: dist

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: "ubuntu-latest"
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Build and Check Package
1717
uses: hynek/[email protected]
@@ -26,10 +26,10 @@ jobs:
2626
os: [ubuntu-latest, macos-latest, windows-latest]
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- name: Download Package
32-
uses: actions/download-artifact@v4
32+
uses: actions/download-artifact@v5
3333
with:
3434
name: Packages
3535
path: dist

0 commit comments

Comments
 (0)