We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc39784 + 3092067 commit dfb449dCopy full SHA for dfb449d
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.2
+ - uses: actions/checkout@v6.0.3
13
14
- name: actionlint
15
uses: reviewdog/action-actionlint@v1.72.0
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
name: release
16
17
18
- run: |
19
sudo apt-get update -y
.github/workflows/review.yml
@@ -16,7 +16,7 @@ jobs:
rust:
20
21
- uses: actions-rs/toolchain@v1.0.7
22
with:
0 commit comments