Skip to content

Commit f04a3ed

Browse files
authored
Merge pull request #3 from SimonErm/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 9df3527 + 1a513ce commit f04a3ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- id: checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Cache
1717
uses: actions/cache@v4
1818
with:
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- id: checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- id: setup-pack
3535
uses: buildpacks/github-actions/setup-pack@v5.8.11
3636
- name: Log in to the Container registry

0 commit comments

Comments
 (0)