Skip to content

Commit c43d39d

Browse files
Bump actions/checkout from 4.1.3 to 4.1.4 (#2788)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1d96c77...0ad4b8f) --- 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 3a7ca3b commit c43d39d

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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
18+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1919
- name: Set up JDK 1.17
2020
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
32+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
3333
- name: Set up JDK 1.17
3434
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
46+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
20+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2121
- name: Lint markdown
2222
uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8

0 commit comments

Comments
 (0)