We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71047a0 commit c3da378Copy full SHA for c3da378
.github/workflows/build-and-deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
id: node-version
56
run: echo "version=$(jq -r .engines.node package.json)" >> $GITHUB_OUTPUT
57
- name: Install Node
58
- uses: actions/[email protected].0
+ uses: actions/[email protected].1
59
with:
60
node-version: ${{ steps.node-version.outputs.version }}
61
- uses: DanySK/[email protected]
0 commit comments