We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03d4302 + 57cc53e commit dbf9201Copy full SHA for dbf9201
.github/workflows/actionlint.yml
@@ -16,4 +16,4 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
- name: Run the actionlint
19
- uses: reviewdog/action-actionlint@v1.53.0
+ uses: reviewdog/action-actionlint@v1.54.0
.github/workflows/secretlint.yml
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
- uses: actions/setup-node@v4.0.2
+ uses: actions/setup-node@v4.0.3
20
with:
21
node-version: 20
22
- name: Install
0 commit comments