Skip to content

Commit c0db5a7

Browse files
Bump actions/checkout from 3.5.0 to 3.6.0 (exercism#2342)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8f4b7f8...f43a0e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c000300 commit c0db5a7

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@8f4b7f84864484a7bf31766abe9204da3cbe65b3
13+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1414
- name: Set up JDK 1.17
1515
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
1616
with:
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
28+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
2929
- name: Set up JDK 1.17
3030
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
3131
with:

0 commit comments

Comments
 (0)