Browse Source

Merge pull request #15066 from prometheus/dependabot/github_actions/scripts/actions/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0 in /scripts
pull/15057/head
Julius Volz 2 months ago committed by GitHub
parent
commit
4d4fe3c789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/golangci-lint.yml

2
scripts/golangci-lint.yml

@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:

Loading…
Cancel
Save