Skip to content

Commit

Permalink
Merge pull request #71 from thomasmerz/fix_node12_deprecation
Browse files Browse the repository at this point in the history
馃┕ fix deprecation warning: Node.js 12 actions are deprecated.
  • Loading branch information
yubiuser committed Dec 14, 2022
2 parents 4009602 + a44d6f4 commit c8d111e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
# Required to access files of this repository
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Download Shellcheck and add it to the workflow path
- name: Download Shellcheck
Expand Down

0 comments on commit c8d111e

Please sign in to comment.