Skip to content

Commit 31a58aa

Browse files
authored
Merge pull request #41 from arduino/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents c5a59d9 + 0eb3ce6 commit 31a58aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@master
18+
uses: actions/checkout@v3
1919

2020
- name: Set Node.js 10.x
2121
uses: actions/[email protected]

0 commit comments

Comments
 (0)