Browse Source

Merge pull request #14390 from prometheus/dependabot/github_actions/scripts/actions/checkout-4.1.7

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 in /scripts
pull/14381/head
Arve Knudsen 4 months ago committed by GitHub
parent
commit
64bfd2f49a
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:

Loading…
Cancel
Save