Skip to content

Commit b3b2021

Browse files
build(deps): bump actions/checkout from 2 to 3 (#3142)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a559f87 commit b3b2021

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
variant: bisheng
6161
image: adoptopenjdk/centos7_build_image
6262
steps:
63-
- uses: actions/checkout@v2
63+
- uses: actions/checkout@v3
6464

6565
- name: Build Linux
6666
run: ./build-farm/make-adopt-build-farm.sh
@@ -113,7 +113,7 @@ jobs:
113113
variant: [temurin]
114114

115115
steps:
116-
- uses: actions/checkout@v2
116+
- uses: actions/checkout@v3
117117

118118
- name: Install Dependencies
119119
run: |
@@ -265,7 +265,7 @@ jobs:
265265
shell: bash
266266
run: mkdir "$HOME" && git config --system core.autocrlf false && git config --global --add safe.directory '*'
267267

268-
- uses: actions/checkout@v3.0.2
268+
- uses: actions/checkout@v3
269269
with:
270270
set-safe-directory: false
271271

.github/workflows/ca-cert-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: startsWith(github.repository, 'adoptium/')
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
with:
1515
persist-credentials: false
1616

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Checkout the code base #
3737
##########################
3838
- name: Checkout Code
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040
with:
4141
# Full git history is needed to get a proper list of changed files within `super-linter`
4242
fetch-depth: 0

0 commit comments

Comments
 (0)