Skip to content

Commit

Permalink
Merge pull request #496 from tkrs/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
tkrs committed Oct 17, 2023
2 parents 17ee45d + b321c97 commit 7b3ef45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
outputs:
scala-versions: ${{ steps.set-scala-versions.outputs.versions }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: set-scala-versions
run: |
scala212=$(grep "scala2.12" project/Dependencies.scala | sed -E 's/.*= //')
Expand All @@ -30,7 +30,7 @@ jobs:
ports:
- 24224:24224
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '11'
Expand All @@ -56,7 +56,7 @@ jobs:
scalafmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '11'
Expand All @@ -66,7 +66,7 @@ jobs:
scalafix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit 7b3ef45

Please sign in to comment.