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

chore(deps): update actions/checkout action to v3
This commit is contained in:
2022-05-05 13:37:54 +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 }}