ci: Use explicit runner image versions

This commit is contained in:
Wolfgang Walther
2024-04-22 21:25:54 +02:00
parent b71739ee50
commit 5cab03ad5d
5 changed files with 26 additions and 26 deletions
+4 -4
View File
@@ -13,7 +13,7 @@ on:
jobs:
build:
name: Build docs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
@@ -22,7 +22,7 @@ jobs:
spellcheck:
name: Run spellcheck
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
@@ -31,7 +31,7 @@ jobs:
dictcheck:
name: Run dictcheck
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
@@ -41,7 +41,7 @@ jobs:
linkcheck:
name: Run linkcheck
if: github.base_ref == 'main'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26