Skip to content

Commit 8883d66

Browse files
authored
Merge pull request #22 from SimonErm/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2c5c55f + 4e512ff commit 8883d66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- id: checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Cache
2121
uses: actions/cache@v4
2222
with:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- id: checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
- name: Cache
3838
uses: actions/cache@v4
3939
with:
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- id: checkout
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
- id: setup-pack
7575
uses: buildpacks/github-actions/setup-pack@v5.9.4
7676
- name: Log in to the Container registry

0 commit comments

Comments
 (0)