Skip to content

Commit 5317307

Browse files
Bump actions/checkout from 3.2.0 to 3.3.0 (exercism#2229)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@755da8c...ac59398) --- 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 fa4d5a0 commit 5317307

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
14+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
1515
- name: Set up JDK 1.17
1616
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98
1717
with:
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828

2929
steps:
30-
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
30+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
3131
- name: Set up JDK 1.17
3232
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98
3333
with:

0 commit comments

Comments
 (0)