Skip to content

Commit 1ae5584

Browse files
Bump actions/checkout from 2 to 3 (#696)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36ec8f1 commit 1ae5584

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: git config --global core.autocrlf false
8787

8888
- name: Checkout repository
89-
uses: actions/checkout@v2
89+
uses: actions/checkout@v3
9090

9191
- name: Install Go
9292
uses: actions/setup-go@v3

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: git config --global core.autocrlf false
5656

5757
- name: Checkout
58-
uses: actions/checkout@v2
58+
uses: actions/checkout@v3
5959

6060
- name: Install Go
6161
uses: actions/setup-go@v3
@@ -261,7 +261,7 @@ jobs:
261261

262262
steps:
263263
- name: Checkout
264-
uses: actions/checkout@v2
264+
uses: actions/checkout@v3
265265
with:
266266
repository: 'bcmi-labs/arduino-create-agent-installer' # the repo which contains install.xml
267267
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
@@ -425,7 +425,7 @@ jobs:
425425

426426
steps:
427427
- name: Checkout
428-
uses: actions/checkout@v2
428+
uses: actions/checkout@v3
429429
with:
430430
fetch-depth: 0 # fetch all history for the create changelog step to work properly
431431

.github/workflows/sync-labels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131

3232
- name: Download JSON schema for labels configuration file
3333
id: download-schema
@@ -106,7 +106,7 @@ jobs:
106106
echo "::set-output name=flag::--dry-run"
107107
108108
- name: Checkout repository
109-
uses: actions/checkout@v2
109+
uses: actions/checkout@v3
110110

111111
- name: Download configuration files artifact
112112
uses: actions/download-artifact@v3

.github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Checkout repository
75-
uses: actions/checkout@v2
75+
uses: actions/checkout@v3
7676

7777
- name: Install Go
7878
uses: actions/setup-go@v3

.github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: git config --global core.autocrlf false
7979

8080
- name: Checkout repository
81-
uses: actions/checkout@v2
81+
uses: actions/checkout@v3
8282

8383
- name: Install Go
8484
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)