Skip to content

Commit

Permalink
Merge pull request #3 from scarisey/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

chore(deps): bump actions/checkout from 1 to 4
  • Loading branch information
scarisey authored Jan 12, 2024
2 parents a78886b + f444531 commit 2698a4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v11
with:
java-version: openjdk@1.17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: scalacenter/sbt-dependency-submission@v2
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:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v11
with:
java-version: openjdk@1.17
Expand Down

0 comments on commit 2698a4e

Please sign in to comment.