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 559cf71 commit a114208Copy full SHA for a114208
.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@v5.0.0
+ - uses: actions/checkout@v5.0.1
13
- name: actionlint
14
uses: reviewdog/action-actionlint@v1.68.0
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