chore(ci): Update actions/checkout
This commit is contained in:
parent
a614475570
commit
a9c76a0c2d
2 changed files with 9 additions and 3 deletions
|
@ -11,7 +11,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest-amd64
|
runs-on: ubuntu-latest-amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: master
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
||||||
with:
|
with:
|
||||||
|
@ -39,7 +41,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest-arm64
|
runs-on: ubuntu-latest-arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: master
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -12,7 +12,9 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: master
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue