Skip to content

Commit

Permalink
bump github actions to disable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Aug 22, 2023
1 parent c792486 commit d5f8a3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:

steps:
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go

- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.11.X"
architecture: "x64"

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

- name: Get dependencies
run: |
Expand Down

0 comments on commit d5f8a3e

Please sign in to comment.