Skip to content

Commit

Permalink
Pin GitHub Actions runners to a specific version (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 10, 2023
1 parent 958d24f commit 2de351f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

linkChecker:
name: Link Checker
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request_target]

jobs:
pr-comment:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: exercism/[email protected]
with:
Expand Down

0 comments on commit 2de351f

Please sign in to comment.