We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52ad02 commit 9e73387Copy full SHA for 9e73387
.github/workflows/build_arduino.yml
@@ -7,13 +7,13 @@ jobs:
7
runs-on: ubuntu-20.04
8
steps:
9
- name: Checkout this repository
10
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
11
- name: Cache for arduino-ci
12
- uses: actions/cache@v2
+ uses: actions/cache@v4
13
with:
14
path: |
15
~/.arduino15
16
key: ${{ runner.os }}-arduino
17
- 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"
+ uses: cachix/install-nix-action@v30
+ - run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"
0 commit comments