Merge pull request #13807 from prometheus/dependabot/github_actions/scripts/actions/checkout-4.1.2

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 in /scripts
This commit is contained in:
Ben Kochie 2024-03-22 07:30:53 +01:00 committed by GitHub
commit 69ce3780d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: install Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with: