Skip to content

Commit 8303679

Browse files
Update actions/checkout action to v5
1 parent 299a783 commit 8303679

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# https://github.com/orgs/community/discussions/25678#discussioncomment-5242449
7272

7373
- name: Checkout Repository
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575

7676
- name: Set up Docker Buildx
7777
uses: docker/[email protected]

.github/workflows/build-pixi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Checkout Repository
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171

7272
- name: Set up Docker Buildx
7373
uses: docker/[email protected]

.github/workflows/shortsha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Generate Short SHA
2020
id: shortsha

0 commit comments

Comments
 (0)