Merge pull request #5 from nikdoof/renovate/actions-checkout-3.x

Update actions/checkout action to v3
This commit is contained in:
2022-05-05 13:52:11 +01:00
committed by GitHub

View File

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