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/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
binary-name: scip-clang-arm64-linux
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: bazel-contrib/[email protected]
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
binary-name: scip-clang-arm64-linux
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Prepare
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: "📝 Check version"
run: |
set -euo pipefail
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
needs: build-and-upload-artifacts
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: "📝 Create Release"
run: |
REV="$INPUT_REVISION"
Expand Down