Skip to content

Commit 1a513ce

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

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

0 commit comments

Comments
 (0)