Skip to content

Commit a870557

Browse files
Bump the all group across 1 directory with 4 updates (#579)
Bumps the all group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/cache](https://github.com/actions/cache) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2453c1 commit a870557

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
LINUX_BOOGIE_URL: "https://github.com/viperproject/boogie-builder/releases/download/7449a7a899c02c95/boogie-linux.zip"
1818
steps:
1919
- name: Checkout Carbon
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
submodules: true
2323
- name: Java Version
@@ -30,7 +30,7 @@ jobs:
3030
echo "Silver: commit $(git -C silver rev-parse HEAD)" >> versions.txt
3131
# first line overwrites versions.txt in case it already exists, all other append to the file
3232
- name: Upload version file
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v6
3434
with:
3535
name: versions-${{ matrix.name }}.txt
3636
path: versions.txt
@@ -40,7 +40,7 @@ jobs:
4040
# note that the cache path is relative to the directory in which sbt is invoked.
4141

4242
- name: Cache SBT
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
with:
4545
path: |
4646
sbt-cache/.sbtboot
@@ -67,7 +67,7 @@ jobs:
6767
run: sbt "set test in assembly := {}" clean assembly
6868

6969
- name: Upload Carbon fat JAR
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: carbon-jar
7373
path: target/scala-2.13/carbon.jar

.github/workflows/update-submodules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out the repo
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
submodules: true
2323

@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Open a pull request
4343
id: pr
44-
uses: peter-evans/create-pull-request@v7
44+
uses: peter-evans/create-pull-request@v8
4545
if: (env.PREV_SILVER_REF != env.CUR_SILVER_REF)
4646
with:
4747
# Use viper-admin's token to workaround a restriction of GitHub.

0 commit comments

Comments
 (0)