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/bump-extension-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
RUSTFLAGS: -D warnings
steps:
- name: Get Sources
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
RUSTFLAGS: -D warnings
steps:
- name: Get Sources
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Start Docker Services
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-cli-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- aarch64-apple-darwin
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install Rust
uses: ./.github/actions/install-rust
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Get sources
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install Rust
uses: ./.github/actions/install-rust
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
runs-on: ${{ matrix.archs.runner }}
steps:
- name: Get sources
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install Rust
uses: ./.github/actions/install-rust
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
matrix: ${{ fromJson(needs.check-versions.outputs.matrix) }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
Loading