Skip to content

Commit 3228a0a

Browse files
Update GH Actions to v6 (#702)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82a88c7 commit 3228a0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Download source
14-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515
with:
1616
persist-credentials: false
1717
fetch-depth: 0

lib/molinillo/.github/workflows/crystal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
crystal: ${{ matrix.crystal }}
1919

2020
- name: Download source
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v6
2222

2323
- name: Install dependencies
2424
run: shards install

0 commit comments

Comments
 (0)