Merge pull request #28 from nikdoof/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
2024-07-26 10:57:15 +01:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ jobs:
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: wangyoucao577/go-release-action@v1.36
with:
github_token: ${{ secrets.GITHUB_TOKEN }}