Skip to content
Merged
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# - imageName: windows-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: mozilla-actions/sccache-action@v0.0.10
- uses: jdx/mise-action@v4
with:
Expand All @@ -49,7 +49,7 @@ jobs:
# Used to avoid rate limits when fetching the releases from k3s repo.
# Anonymous access is limited to 60 requests / hour / worker
# github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/sccache-action@v0.0.10
- uses: jdx/mise-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/krew-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: rajatjindal/krew-release-bot@c970b8a8f6dbc2f2285a26e3ae160903b87002c3 # v0.0.51
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
group: release-plz-${{ github.ref }}
cancel-in-progress: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: mozilla-actions/sccache-action@v0.0.10
Expand All @@ -40,7 +40,7 @@ jobs:
releases_created: ${{ steps.release-plz.outputs.releases_created }}
tag: ${{ steps.tag.outputs.value }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- { target_platform: x86_64-apple-darwin, imageName: macOS-latest }
- { target_platform: aarch64-apple-darwin, imageName: macOS-latest }
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ needs.release.outputs.tag }}
- uses: mozilla-actions/sccache-action@v0.0.10
Expand All @@ -101,7 +101,7 @@ jobs:
permissions:
actions: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ needs.release.outputs.tag }}
- run: gh workflow run krew-update.yaml --ref "$TAG"
Expand Down
Loading