Skip to content

Commit 3889a88

Browse files
Update actions/checkout action to v4
1 parent 4877f4f commit 3889a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/native-image-compile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
native-image-compile-on-host:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010

1111
- name: Cache SDKMAN installation
1212
uses: actions/cache@v3
@@ -43,7 +43,7 @@ jobs:
4343
native-image-compile-in-docker:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747

4848
- name: Login into Heroku Container Registry first, so that we can push our Image later
4949
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin registry.heroku.com

0 commit comments

Comments
 (0)