Skip to content

Commit 847d11f

Browse files
authored
Merge pull request #115 from oceanhackweek/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 4764b05 + df05cb8 commit 847d11f

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@v2
74+
uses: actions/checkout@v4
7575

7676
- name: Set up Docker Buildx
7777
uses: docker/setup-buildx-action@v3.11.1

.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@v2
70+
uses: actions/checkout@v4
7171

7272
- name: Set up Docker Buildx
7373
uses: docker/setup-buildx-action@v3.11.1

.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@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Generate Short SHA
2020
id: shortsha

0 commit comments

Comments
 (0)