Skip to content

Commit 9e73387

Browse files
authored
Update build_arduino.yml
1 parent e52ad02 commit 9e73387

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_arduino.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
runs-on: ubuntu-20.04
88
steps:
99
- name: Checkout this repository
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111
- name: Cache for arduino-ci
12-
uses: actions/cache@v2
12+
uses: actions/cache@v4
1313
with:
1414
path: |
1515
~/.arduino15
1616
key: ${{ runner.os }}-arduino
1717
- name: Install nix
18-
uses: cachix/install-nix-action@v12
19-
- run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"
18+
uses: cachix/install-nix-action@v30
19+
- run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"

0 commit comments

Comments
 (0)