We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exercism
Learn more about funding links in repositories.
Report abuse
1 parent a657a4d commit ae2c8d3Copy full SHA for ae2c8d3
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
version: 29.4
17
18
- - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.0.0
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.0.0
19
20
- name: Run exercism/emacs-lisp ci (runs tests) for all exercises
21
run: |
.github/workflows/configlet-sync.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-24.04
13
14
steps:
- name: Fetch configlet
uses: exercism/github-actions/configlet-ci@main
0 commit comments