Skip to content

Commit

Permalink
update other actions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Sep 25, 2024
1 parent ee550b1 commit d7f5fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.version }}
id: go

- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: build
run: go build
Expand Down

0 comments on commit d7f5fbb

Please sign in to comment.