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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: kubeswarm-cli
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: kubeswarm/kubeswarm
path: kubeswarm
Expand All @@ -55,10 +55,10 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: kubeswarm-cli
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: kubeswarm/kubeswarm
path: kubeswarm
Expand All @@ -77,7 +77,7 @@ jobs:
name: Scan Secrets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Install trufflehog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Validate Commit Messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
goarch: amd64
ext: ".exe"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: kubeswarm-cli
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: kubeswarm/kubeswarm
path: kubeswarm
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
echo "linux_amd64=$(sha256sum dist/swarm-linux-amd64 | cut -d ' ' -f1)" >> "$GITHUB_OUTPUT"

- name: Checkout homebrew-tap
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: kubeswarm/homebrew-tap
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
Expand Down
Loading