Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 8675238

Browse files
Bump actions/checkout from 3 to 4 (#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-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 8baaae9 commit 8675238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Run actionlint
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: reviewdog/action-actionlint@v1
1717
with:
1818
# By default actionlint only checks the `.github/workflows` directory.
@@ -30,7 +30,7 @@ jobs:
3030
name: Run yamllint
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
- uses: reviewdog/action-yamllint@v1
3535
with:
3636
fail_on_error: true

0 commit comments

Comments
 (0)