Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit feab6d9

Browse files
authored
Merge pull request #30 from khoih-prog/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents c08d9af + fbd2073 commit feab6d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
check-bats-version:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
99
with:
1010
node-version: '14'

.github/workflows/check-arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Arduino Lint
2222
uses: arduino/arduino-lint-action@v1

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

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

2020
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
2121
- name: Spell check

0 commit comments

Comments
 (0)