Skip to content

Commit

Permalink
github: Actions versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 9, 2024
1 parent 47a839a commit dae5fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ matrix.go-version }}
- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install dart-sass Linux
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit dae5fd2

Please sign in to comment.