Skip to content

Commit 1e22361

Browse files
Bump actions/checkout from 4.1.0 to 4.1.1 (#2522)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...b4ffde6) --- 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 ddeb7bf commit 1e22361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@8ade135a41bc03ea155e62e844d188df1ea18608
17+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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@8ade135a41bc03ea155e62e844d188df1ea18608
34+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3535
- name: Set up JDK 1.17
3636
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0
3737
with:

0 commit comments

Comments
 (0)