chore(deps): update actions/checkout digest to 93ea575

This commit is contained in:
TrueCharts-Admin
2022-10-05 03:39:16 +02:00
committed by TrueCharts Bot
parent f39fc21dcd
commit 985bf4c273
12 changed files with 32 additions and 32 deletions
+4 -4
View File
@@ -39,7 +39,7 @@ jobs:
helm repo update
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 0
@@ -68,7 +68,7 @@ jobs:
find . -name '*.sh' | xargs chmod +x
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:
@@ -139,7 +139,7 @@ jobs:
rm -rf website
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:
@@ -201,7 +201,7 @@ jobs:
helm repo update
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 0