Skip to content

Commit 943f08a

Browse files
committed
github workflow: try to remove version numbers
1 parent aae97da commit 943f08a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

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

0 commit comments

Comments
 (0)