Skip to content

Commit

Permalink
Merge pull request #117 from sitkoru/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-2.4.1

build(deps): bump actions/setup-node from 2.4.0 to 2.4.1
  • Loading branch information
SonicGD authored Oct 20, 2021
2 parents 3c380fa + a6beb96 commit 916518f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo ::set-output name=version::${VERSION}
- name: Install node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: '15'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/[email protected]
- name: Install node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: '15'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
VERSION=${GITHUB_REF#refs/tags/}
echo ::set-output name=version::${VERSION}
- name: Install node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: '15'
cache: 'npm'
Expand Down

0 comments on commit 916518f

Please sign in to comment.