ci: lock workflow dependencies to increase reproducibility

Link: https://github.com/danth/stylix/pull/519
This commit is contained in:
NAHO 2024-08-21 16:42:29 +02:00
parent a0838923e4
commit 1aa931f6f1
No known key found for this signature in database
GPG key ID: 229CB671D09B95F5
2 changed files with 10 additions and 10 deletions

View file

@ -12,18 +12,18 @@ jobs:
permissions:
contents: read
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
uses: DeterminateSystems/nix-installer-action@v16
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
extra-conf: |
extra-experimental-features = nix-command flakes
- name: Set up cache
uses: DeterminateSystems/magic-nix-cache-action@main
uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Build docs
run: nix -L build github:${{ github.repository }}/${{ github.sha }}#docs
@ -49,7 +49,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Deploy docs to GitHub Pages