Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
LINUX_BOOGIE_URL: "https://github.com/viperproject/boogie-builder/releases/download/7449a7a899c02c95/boogie-linux.zip"
steps:
- name: Checkout Carbon
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: true
- name: Java Version
Expand All @@ -40,7 +40,7 @@ jobs:
# note that the cache path is relative to the directory in which sbt is invoked.

- name: Cache SBT
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
sbt-cache/.sbtboot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: true

Expand Down