Skip to content

Commit

Permalink
Update deploy-now.yaml
Browse files Browse the repository at this point in the history
update actions versions
  • Loading branch information
agaengel authored Jun 4, 2024
1 parent 2c9e629 commit f6aab53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-now.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:

- name: checkout
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Setup Node
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: v14.x

Expand Down

0 comments on commit f6aab53

Please sign in to comment.