Skip to content

Commit 02ce561

Browse files
authored
GHA: Update install-nix-action and checkout (#374)
`install-nix-action` was installing Nix 2.16 (!!!!!!!). Let's uh. Get that updated.
1 parent b74d390 commit 02ce561

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
name: Publish user manual to GitHub Pages
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
18+
- uses: cachix/install-nix-action@7be5dee1421f63d07e71ce6e0a9f8a4b07c2a487 # v31.6.1
1919
with:
2020
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2121
extra_nix_config: |
2222
extra-experimental-features = nix-command flakes
2323
accept-flake-config = true
2424
2525
- name: Checkout code
26-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
26+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727

2828
- name: Build user manual
2929
run: |

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
version: ${{ steps.get_cargo_metadata.outputs.version }}
4242
steps:
4343
- name: Checkout code
44-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
44+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4545

46-
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
46+
- uses: cachix/install-nix-action@7be5dee1421f63d07e71ce6e0a9f8a4b07c2a487 # v31.6.1
4747
with:
4848
github_access_token: ${{ secrets.GITHUB_TOKEN }}
4949
extra_nix_config: |
@@ -68,7 +68,7 @@ jobs:
6868
os: [ubuntu-latest, macos-latest]
6969
steps:
7070
- name: Checkout code
71-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
71+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7272

7373
- name: Install rustup
7474
uses: dtolnay/rust-toolchain@4305c38b25d97ef35a8ad1f985ccf2d2242004f2 # stable
@@ -97,7 +97,7 @@ jobs:
9797
target/x86_64-apple-darwin/release/ghciwatch \
9898
target/aarch64-apple-darwin/release/ghciwatch
9999
100-
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
100+
- uses: cachix/install-nix-action@7be5dee1421f63d07e71ce6e0a9f8a4b07c2a487 # v31.6.1
101101
if: runner.os == 'Linux'
102102
with:
103103
github_access_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Checkout
66-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
66+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6767
with:
6868
# Fetch all history/tags (needed to compute versions)
6969
fetch-depth: 0
7070

71-
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
71+
- uses: cachix/install-nix-action@7be5dee1421f63d07e71ce6e0a9f8a4b07c2a487 # v31.6.1
7272
with:
7373
github_access_token: ${{ secrets.GITHUB_TOKEN }}
7474
extra_nix_config: |

0 commit comments

Comments
 (0)