Skip to content

Commit

Permalink
docs: bump actions/checkout version in examples (#24545)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Sep 20, 2023
1 parent da7fbc0 commit 08629cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/manager/github-actions/readme.md
Expand Up @@ -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.
Expand Down

0 comments on commit 08629cf

Please sign in to comment.