mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-21 16:10:52 +00:00
Merge pull request #118 from cachix/dependabot/github_actions/actions/setup-go-2.1.5
chore(deps): bump actions/setup-go from 2.1.4 to 2.1.5
This commit is contained in:
commit
1199b02395
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 }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- uses: actions/setup-go@v2.1.4
|
||||
- uses: actions/setup-go@v2.1.5
|
||||
with:
|
||||
go-version: '^1.16'
|
||||
- run: go install github.com/nektos/act@latest
|
||||
|
|
Loading…
Reference in a new issue