We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f389ff commit 8c76475Copy full SHA for 8c76475
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
os: [ubuntu-latest, macos-latest, windows-latest]
17
runs-on: ${{ matrix.os }}
18
steps:
19
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
20
- uses: actions/setup-go@v5
21
with:
22
go-version: ${{ matrix.go-version }}
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
needs:
14
- test
15
- uses: go-semantic-release/action@v1
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments