chore(deps): update actions/checkout digest to 0ad4b8f by renovate (#21824)

This commit is contained in:
TrueCharts Bot
2024-05-09 20:12:13 +02:00
committed by GitHub
parent df8d2cf978
commit 47d1c15711
8 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -22,13 +22,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout [master]
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 1
ref: master
- name: Checkout [commit]
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 1
ref: ${{ inputs.checkoutCommit }}