Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bed98ea

Browse files
Bump actions/checkout from 3.5.3 to 3.6.0 (#530)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 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@v3.5.3...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d320a5 commit bed98ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java: [ 8, 11, 17 ]
1515
steps:
1616
- name: Check out code
17-
uses: actions/checkout@v3.5.3
17+
uses: actions/checkout@v3.6.0
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out code
12-
uses: actions/checkout@v3.5.3
12+
uses: actions/checkout@v3.6.0
1313

1414
- name: Set up Java
1515
uses: actions/[email protected]
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Check out code
43-
uses: actions/checkout@v3.5.3
43+
uses: actions/checkout@v3.6.0
4444
with:
4545
ref: master
4646
fetch-depth: 0

0 commit comments

Comments
 (0)