Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 5ef60eb commit 5c90f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install gnodev
run: go install github.com/gnolang/gno/cmd/gnodev
- name: gnodev test
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install gnodev
run: go install github.com/gnolang/gno/cmd/gnodev
- name: gnodev precompile
Expand Down

0 comments on commit 5c90f1a

Please sign in to comment.