Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from escemi-tech/feat/upgrade-actions-deps
Browse files Browse the repository at this point in the history
feat: upgrade action dependencies
  • Loading branch information
neilime authored Feb 25, 2022
2 parents c950ed2 + dd698b9 commit f8dff69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo `git add -A && git commit -m "chore: prepare release"`
git push --follow-tags origin ${{ github.event.repository.default_branch }}
mkdir -p /tmp/publish
mkdir -p /tmp/publish
echo "theme: jekyll-theme-cayman" > /tmp/publish/_config.yml
cp README.md /tmp/publish/index.md
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
with:
token: ${{ steps.prepare-checkout.outputs.token || github.token }}

- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3.0.0
id: setup-node
with:
node-version-file: ".nvmrc"
Expand All @@ -79,10 +79,10 @@ runs:

- name: 🛡️ CodeQL Analysis
if: inputs.checks == 'true' && inputs.code-ql != 'false'
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v1.1.3
with:
languages: ${{ inputs.code-ql }}
- uses: github/codeql-action/analyze@v1
- uses: github/codeql-action/analyze@v1.1.3
if: inputs.checks == 'true' && inputs.code-ql != 'false'

- id: yarn-installed-packages
Expand Down

0 comments on commit f8dff69

Please sign in to comment.