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 09ead0c commit 47c862dCopy full SHA for 47c862d
.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.1
+ - uses: actions/checkout@v6.0.0
13
- name: actionlint
14
uses: reviewdog/[email protected]
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/[email protected]
22
0 commit comments