Skip to content

Commit c866192

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Check out
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v7
1616

1717
- name: login to registry
1818
uses: docker/login-action@v4

.github/workflows/build-verify-on-PR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
catalog_changed: ${{ steps.filter.outputs.catalog }}
1313
steps:
1414
- name: Check out
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v7
1616

1717
- name: Check for catalog changes
1818
uses: dorny/paths-filter@v3
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Check out
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v7
3333

3434
# models a future action where the submittor is validated against auth access for the
3535
# catalog contribution

0 commit comments

Comments
 (0)