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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- goos: windows
goarch: amd64
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
Expand All @@ -67,7 +67,7 @@ jobs:
powershell:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Parse install.ps1
shell: pwsh
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 @@ -14,7 +14,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-go@v6
Expand All @@ -40,7 +40,7 @@ jobs:
# the secret in a clone URL, avoiding URL parsing and credential exposure risks.
- name: Check out Homebrew tap
if: ${{ !contains(github.ref_name, '-') }}
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: starcat-app/homebrew-starcat-cli
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
Expand Down