Skip to content

Commit 504f484

Browse files
Bump actions/checkout from 4.0.0 to 4.1.0 (exercism#2487)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@3df4ab1...8ade135) --- 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 853fb6f commit 504f484

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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
17+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
1818
- name: Set up JDK 1.17
1919
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0
2020
with:
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232

3333
steps:
34-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
34+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
3535
- name: Set up JDK 1.17
3636
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0
3737
with:

0 commit comments

Comments
 (0)