Skip to content

Commit 0e251bf

Browse files
authored
Merge pull request #288 from target/dependabot/github_actions/coursier/setup-action-3.0.0
Bump coursier/setup-action from 2.0.2 to 3.0.0
2 parents b4e5e60 + befad54 commit 0e251bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0
2929
with:
3030
extraKey: ${{ runner.os }}
31-
- uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # v2.0.2
31+
- uses: coursier/setup-action@fd1707a76b027efdfb66ca79318b4d29b72e5a02 # v3.0.0
3232
with:
3333
jvm: adopt:1.8
3434
- name: Build, test, and package project on Spark 3.5

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0
2222
with:
2323
extraKey: ${{ runner.os }}
24-
- uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # v2.0.2
24+
- uses: coursier/setup-action@fd1707a76b027efdfb66ca79318b4d29b72e5a02 # v3.0.0
2525
with:
2626
jvm: adopt:1.8
2727
# uses sbt-github-packages, see build.sbt

0 commit comments

Comments
 (0)