We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb6a3d7 + faf21c0 commit 9530f43Copy full SHA for 9530f43
3 files changed
.github/workflows/actionlint.yml
@@ -9,7 +9,7 @@ jobs:
9
name: runner / actionlint
10
runs-on: ubuntu-24.04
11
steps:
12
- - uses: actions/checkout@v6.0.0
+ - uses: actions/checkout@v6.0.1
13
- name: actionlint
14
uses: reviewdog/action-actionlint@v1.69.1
15
with:
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
name: release
24
25
26
27
28
- if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
29
run: |
.github/workflows/review.yml
@@ -16,7 +16,7 @@ jobs:
16
rust:
17
18
19
20
21
- uses: actions-rs/toolchain@v1.0.7
22
0 commit comments