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

Commit

Permalink
Upgrade GH Actions versions (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Apr 30, 2021
1 parent 9b6da5e commit c58e9a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- uses: actions/checkout@v2

- name: Lint check
uses: azohra/shell-linter@latest
uses: azohra/shell-linter@v0.4.0
4 changes: 2 additions & 2 deletions .github/workflows/vuepress-build-check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install Node.js 12
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x

Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install Node.js 12
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- uses: actions/checkout@v2

- name: yamllint
uses: ibiqlik/action-yamllint@v1
uses: ibiqlik/action-yamllint@v3

0 comments on commit c58e9a7

Please sign in to comment.