We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f9daa commit 07a7334Copy full SHA for 07a7334
.github/workflows/node.yml
@@ -10,7 +10,7 @@ jobs:
10
if: "!contains(github.event.head_commit.message, '[skip ci]')"
11
steps:
12
- name: Checkout
13
- uses: actions/[email protected].3
+ uses: actions/[email protected].4
14
- name: Setup Node.js
15
uses: actions/[email protected]
16
with:
0 commit comments