Skip to content

Commit 5ca03ff

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 661d054 commit 5ca03ff

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.8.11
7676
- name: Log in to the Container registry

0 commit comments

Comments
 (0)