Skip to content

Commit 9017513

Browse files
Chore(deps): Bump the actions-infrastructure group with 2 updates (#18)
1 parent f3812ff commit 9017513

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ 'ubuntu-latest' }}
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333
- name: Log in to the Container registry

.github/workflows/hatch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
fetch-depth: 0
3939
- run: pipx run build
@@ -54,9 +54,9 @@ jobs:
5454
- os: ubuntu-latest
5555
source: sdist
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
if: matrix.source == 'repo'
59-
- uses: actions/download-artifact@v4
59+
- uses: actions/download-artifact@v5
6060
with:
6161
name: dist
6262
path: dist/
@@ -83,7 +83,7 @@ jobs:
8383
id-token: write
8484
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
8585
steps:
86-
- uses: actions/download-artifact@v4
86+
- uses: actions/download-artifact@v5
8787
with:
8888
name: dist
8989
path: dist/

0 commit comments

Comments
 (0)