mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 00:20:53 +00:00
Merge pull request #120 from cachix/dependabot/github_actions/actions/setup-go-2.2.0
chore(deps): bump actions/setup-go from 2.1.5 to 2.2.0
This commit is contained in:
commit
c7a4d5e94c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -117,7 +117,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
- uses: actions/setup-go@v2.1.5
|
- uses: actions/setup-go@v2.2.0
|
||||||
with:
|
with:
|
||||||
go-version: '^1.16'
|
go-version: '^1.16'
|
||||||
- run: go install github.com/nektos/act@latest
|
- run: go install github.com/nektos/act@latest
|
||||||
|
|
Loading…
Reference in a new issue