Skip to content
Snippets Groups Projects
Unverified Commit 08629cfd authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs: bump `actions/checkout` version in examples (#24545)

parent da7fbc02
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
fetch-depth: 0
ref: ${{ github.ref }}
......
......@@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819 # v1.0.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
```
Renovate will update the commit SHA but follow the GitHub tag you specified.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment