Skip to content

Commit 7abf33d

Browse files
authored
Merge pull request #272 from target/dependabot/github_actions/coursier/setup-action-2.0.1
Bump coursier/setup-action from 1.3.9 to 2.0.1
2 parents 63a505b + 8367e64 commit 7abf33d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@bebeeb0e6f48ebad66d3783946588ecf43114433 # v7.0.0
2929
with:
3030
extraKey: ${{ runner.os }}
31-
- uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9
31+
- uses: coursier/setup-action@7fdbcb2ec74047d6f6270a85967bc8ff1cebe626 # v2.0.1
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@bebeeb0e6f48ebad66d3783946588ecf43114433 # v7.0.0
2222
with:
2323
extraKey: ${{ runner.os }}
24-
- uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9
24+
- uses: coursier/setup-action@7fdbcb2ec74047d6f6270a85967bc8ff1cebe626 # v2.0.1
2525
with:
2626
jvm: adopt:1.8
2727
# uses sbt-github-packages, see build.sbt

0 commit comments

Comments
 (0)