Skip to content

Commit be8face

Browse files
ci: bump actions/checkout from 6 to 7 (#57)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff6277f commit be8face

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Check lint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- uses: actions/setup-node@v6
1919
with:
@@ -27,7 +27,7 @@ jobs:
2727
name: Jest unit tests
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131

3232
- uses: actions/setup-node@v6
3333
with:
@@ -44,7 +44,7 @@ jobs:
4444
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
4545

4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v7
4848

4949
- uses: actions/setup-node@v6
5050
with:

0 commit comments

Comments
 (0)