Skip to content

Commit

Permalink
CI: bump versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmutant committed Jul 27, 2024
1 parent 4d1266b commit ee28b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run gofmt
run: test -z "$(go fmt .)"
Expand Down

0 comments on commit ee28b02

Please sign in to comment.