Skip to content

Commit 5a7d90b

Browse files
Bump actions/checkout from 2.3.4 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c48f18b commit 5a7d90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
architecture: [ 'x64' ]
1818
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
1919
steps:
20-
- uses: actions/checkout@v2.3.4
20+
- uses: actions/checkout@v3.0.2
2121
- name: Setup JDK
2222
uses: actions/setup-java@v1
2323
with:

0 commit comments

Comments
 (0)