Skip to content

Commit

Permalink
👷 use latest major version for actions/checkout (main instead of aban…
Browse files Browse the repository at this point in the history
…doned master branch/head) (#16)
  • Loading branch information
thomasmerz committed Dec 22, 2023
1 parent 9076da1 commit a1c778e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master

0 comments on commit a1c778e

Please sign in to comment.