Skip to content

Commit 3d9e12f

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#2848)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccc67f0 commit 3d9e12f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/java.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Check if tests compile cleanly with starter sources
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1919
- name: Set up JDK 1.17
2020
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
2121
with:
@@ -29,7 +29,7 @@ jobs:
2929
name: Lint Java files using Checkstyle
3030
runs-on: ubuntu-22.04
3131
steps:
32-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
32+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3333
- name: Set up JDK 1.17
3434
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
3535
with:
@@ -43,7 +43,7 @@ jobs:
4343
name: Test all exercises using java-test-runner
4444
runs-on: ubuntu-22.04
4545
steps:
46-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
46+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4747
- name: Test all exercises using java-test-runner
4848
run: bin/test-with-test-runner
4949
- name: Archive test results

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
name: Lint Markdown files
1818
runs-on: ubuntu-22.04
1919
steps:
20-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121
- name: Lint markdown
2222
uses: DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809

0 commit comments

Comments
 (0)