Skip to content

Commit b60be0e

Browse files
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- 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 0980b20 commit b60be0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/arduino-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
lint:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- uses: arduino/arduino-lint-action@v1
99
with:
1010
library-manager: update

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
check_version_files:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

2222
- name: check version
2323
run: |
@@ -26,7 +26,7 @@ jobs:
2626
prepare_example_json:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030

3131
- name: generate examples
3232
id: set-matrix
@@ -61,7 +61,7 @@ jobs:
6161
ARDUINO_DIRECTORIES_DATA: /home/runner/arduino_ide
6262

6363
steps:
64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@v4
6565

6666
- name: Get hash
6767
id: get-hash
@@ -116,7 +116,7 @@ jobs:
116116

117117
# Steps represent a sequence of tasks that will be executed as part of the job
118118
steps:
119-
- uses: actions/checkout@v2
119+
- uses: actions/checkout@v4
120120

121121
- name: install libgtk2.0-0
122122
run: |

0 commit comments

Comments
 (0)