Merge pull request #7 from DerDreschner/chore/update-github-actions

chore: Update used GitHub Actions and introduce version pinning
This commit is contained in:
Robin Appelman 2026-06-21 22:19:37 +02:00 committed by GitHub
commit 0dbaa1807b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: A job to test the action name: A job to test the action
steps: steps:
- uses: actions/checkout@v4 - name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Execute action - name: Execute action
id: run id: run