Skip to content

Commit

Permalink
build: Update to latest action versions.
Browse files Browse the repository at this point in the history
This updates to the following Github Actions:

- actions/checkout@692973e # v4.1.7
- actions/setup-go@0a12ed9 # v5.0.2
- actions/cache@0c45773 # v4.0.2
  • Loading branch information
davecgh committed Aug 20, 2024
1 parent 5e3adcf commit 3484507
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 @@ -12,13 +12,13 @@ jobs:
go: ["1.21", "1.22"]
steps:
- name: Check out source
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5.0.1
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ matrix.go }}
- name: Use lint cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: |
~/.cache/golangci-lint
Expand Down

0 comments on commit 3484507

Please sign in to comment.