Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump coursier/setup-action from 1.3.0 to 1.3.1 #2042

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -312,7 +312,7 @@ jobs:
with:
fetch-depth: 0
submodules: true
- uses: coursier/setup-action@70323223454ac2a9eb2de46f389b4d045cbcdea5
- uses: coursier/setup-action@8c6e6e37ad6c3d1a3efb24db4f4c2a6520ba5f48
with:
apps: ""
jvm: "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
with:
fetch-depth: 0
submodules: true
- uses: coursier/setup-action@70323223454ac2a9eb2de46f389b4d045cbcdea5
- uses: coursier/setup-action@8c6e6e37ad6c3d1a3efb24db4f4c2a6520ba5f48
with:
apps: ""
jvm: "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
Expand Down