Skip to content

Commit

Permalink
Pin GitHub Actions runners to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 9, 2023
1 parent 7aae376 commit 3c4a11e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check the Docker image on PR
on: pull_request
jobs:
build-docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
Expand All @@ -28,7 +28,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache

smoke-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
Expand All @@ -37,7 +37,7 @@ jobs:
run: bin/run-tests-in-docker.sh

test-all-exercises:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout elm-test-runner
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
Expand Down

0 comments on commit 3c4a11e

Please sign in to comment.