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

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
uses: actions/checkout@v4
- name: Run against changes
uses: pre-commit/action@v3.0.1