From 2de351f640591d5bbcd9f062f47be2b87ccc6902 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 10 Nov 2023 11:51:34 +0100 Subject: [PATCH] Pin GitHub Actions runners to a specific version (#1388) --- .github/workflows/ci.yml | 2 +- .github/workflows/pr-comment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e168917e2..d8f8ae545 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: linkChecker: name: Link Checker - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 07adaa3fa..509dc68c3 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -4,7 +4,7 @@ on: [pull_request_target] jobs: pr-comment: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: exercism/pr-commenter-action@v1.5.1 with: