Skip to content

Commit

Permalink
pin and bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dduzgun-security authored and urandom committed Oct 2, 2024
1 parent 9ed4326 commit c11000f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.21'
go-version: '1.23'
cache: false
- name: Run tests
run: go test ./...
Expand Down

0 comments on commit c11000f

Please sign in to comment.