diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1c141f1..48694b90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: with: version: 30.1 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0 - name: Run exercism/emacs-lisp ci (runs tests) for all exercises run: | diff --git a/.github/workflows/configlet-sync.yml b/.github/workflows/configlet-sync.yml index ee3981f6..0dcbfbe1 100644 --- a/.github/workflows/configlet-sync.yml +++ b/.github/workflows/configlet-sync.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0 - name: Fetch configlet uses: exercism/github-actions/configlet-ci@main