Skip to content

Commit

Permalink
test: update checkout and setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
zucchinidev committed Nov 21, 2023
1 parent d9a25e2 commit 9529e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
outputs:
pr_number: ${{ github.event.number }}
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.version }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: make test
call-dependabot-pr-workflow:
needs: test
Expand Down

0 comments on commit 9529e07

Please sign in to comment.