Skip to content

Commit c2ac1fe

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#522)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fc95d1 commit c2ac1fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-formatting.yml

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

1414
steps:
15-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
15+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1616

1717
- uses: leafo/gh-actions-lua@35bcb06abec04ec87df82e08caa84d545348536e
1818
with:

.github/workflows/test.yml

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

1414
steps:
15-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
15+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1616

1717
- uses: leafo/gh-actions-lua@35bcb06abec04ec87df82e08caa84d545348536e
1818
with:

0 commit comments

Comments
 (0)