We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a88c7 commit 3228a0aCopy full SHA for 3228a0a
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Download source
14
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15
with:
16
persist-credentials: false
17
fetch-depth: 0
lib/molinillo/.github/workflows/crystal.yml
@@ -18,7 +18,7 @@ jobs:
18
crystal: ${{ matrix.crystal }}
19
20
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
22
23
- name: Install dependencies
24
run: shards install
0 commit comments