Skip to content

Commit

Permalink
Update action runners
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jan 28, 2024
1 parent 0c0156c commit d6b3cce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
auto-approve:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: github.actor == 'scala-steward'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
jobs:
ci-matrix:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: sbt ci ${{ github.ref }}
run: sbt ci
ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: [ci-matrix]
steps:
- name: Aggregate of lint, and all tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
types: [ published ]
jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
java-version: [ 11 ]
- name: Coursier cache
uses: coursier/cache-action@v6
- name: sbt ci-release ${{ github.ref }}
Expand Down

0 comments on commit d6b3cce

Please sign in to comment.