Skip to content

Commit

Permalink
CI: Update actions (#18)
Browse files Browse the repository at this point in the history
* Use v4 for checkout action
* Use v4 for setup-go action
  • Loading branch information
f-fl0 authored Nov 6, 2023
1 parent ef32d2a commit bb1b8cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- '1.16'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Get go_js_wasm_exec
Expand All @@ -40,9 +40,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '1.16'
- name: Check tidied
Expand Down

0 comments on commit bb1b8cd

Please sign in to comment.