Skip to content

Commit a297ae0

Browse files
Bump the all group with 3 updates (#850)
Bumps the all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [convictional/trigger-workflow-and-wait](https://github.com/convictional/trigger-workflow-and-wait) and [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala). Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) Updates `convictional/trigger-workflow-and-wait` from 1.6.0 to 1.6.5 - [Release notes](https://github.com/convictional/trigger-workflow-and-wait/releases) - [Commits](convictional/trigger-workflow-and-wait@v1.6.0...v1.6.5) Updates `olafurpg/setup-scala` from 11 to 14 - [Release notes](https://github.com/olafurpg/setup-scala/releases) - [Commits](olafurpg/setup-scala@v11...v14) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: convictional/trigger-workflow-and-wait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: olafurpg/setup-scala dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6512081 commit a297ae0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/carbon_silicon_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout backend
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
with:
3535
repository: ${{ env.fork }}/${{ matrix.repo }}
3636
token: ${{ secrets.PAT }}
@@ -61,7 +61,7 @@ jobs:
6161
git push origin ci-test-${{ env.sha }}
6262
6363
- name: Run CI
64-
uses: convictional/[email protected].0
64+
uses: convictional/[email protected].5
6565
with:
6666
owner: ${{ env.fork }}
6767
repo: ${{ matrix.repo }}

Diff for: .github/workflows/scala.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
shell: bash
2828
run: "git config --global core.autocrlf false"
2929
- name: Checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131
- name: Set up Scala and JDK 1.${{ matrix.java }}
32-
uses: olafurpg/setup-scala@v11
32+
uses: olafurpg/setup-scala@v14
3333
with:
3434
# Should probably be changed to `temurin` once supported by `olafurpg/setup-scala`
3535
# See https://github.com/actions/setup-java#supported-distributions

Diff for: .github/workflows/update_submodules.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# Checkout the repository to the GitHub Actions runner
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
repository: viperproject/${{ matrix.repo }}
2424
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)