ci: Don't use digest

This commit is contained in:
Bernd Schorgers 2024-03-12 13:12:13 +01:00
parent 6cc6de7ac4
commit 06958a733c
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
7 changed files with 8 additions and 8 deletions

View file

@ -32,14 +32,14 @@ jobs:
private-key: "${{ secrets.BJWS_APP_PRIVATE_KEY }}"
- name: Checkout charts branch
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
path: "src"
fetch-depth: 0
- name: Checkout gh-pages branch
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
path: "dest"