File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout repository
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
13
13
- name : Check files for EditorConfig compliance
14
14
uses : editorconfig-checker/action-editorconfig-checker@v2
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout repository
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
14
14
- name : Install Nix
15
15
uses : cachix/install-nix-action@v31
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout repository
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
14
14
- name : Install Nix
15
15
uses : cachix/install-nix-action@v31
You can’t perform that action at this time.
0 commit comments