Skip to content

Commit

Permalink
📦 ci: upgrade Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw committed Mar 28, 2024
1 parent b95e351 commit 6f9f240
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yml
Expand Up @@ -13,10 +13,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
- uses: olafurpg/setup-scala@v14
with:
java-version: temurin@17
- run: sbt commitCheck
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -8,10 +8,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
- uses: olafurpg/setup-scala@v14
with:
java-version: temurin@17
- uses: olafurpg/setup-gpg@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovatebot.yml
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.2
uses: renovatebot/github-action@v40
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.REPO_GITHUB_TOKEN }}
Expand Down

0 comments on commit 6f9f240

Please sign in to comment.