Update actions/checkout action to v4

This commit is contained in:
renovate[bot]
2023-10-19 14:29:47 +00:00
committed by GitHub
parent 088ec1ea4f
commit a5ad364b73

View File

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