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
2 changes: 1 addition & 1 deletion .github/workflows/carbon_silicon_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout backend
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ env.fork }}/${{ matrix.repo }}
token: ${{ secrets.PAT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash
run: "git config --global core.autocrlf false"
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Set up Scala and JDK 1.${{ matrix.java }}
uses: olafurpg/setup-scala@v14
with:
Expand All @@ -42,7 +42,7 @@ jobs:
run: sbt -v +test
- name: Archive artifacts
if: matrix.os == 'ubuntu-latest' && matrix.java == 11
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
path: |
build.sbt
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 @@ -18,7 +18,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: viperproject/${{ matrix.repo }}
token: ${{ secrets.PAT }}
Expand Down