Skip to content

Commit 85b86d1

Browse files
Bump actions/checkout from 3.6.0 to 4.0.0 (exercism#2352)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@f43a0e5...3df4ab1) --- 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 3120f4f commit 85b86d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
13+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
1414
- name: Set up JDK 1.17
1515
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2
1616
with:
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
32+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
3333
- name: Set up JDK 1.17
3434
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2
3535
with:

0 commit comments

Comments
 (0)