Skip to content

Commit de1ea49

Browse files
committed
ci: update to actions/checkout@v4
Also update to ludeeus/[email protected]
1 parent 256995b commit de1ea49

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/installer-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
installer-sync:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Check nanorc included every *nanorc files
1616
run: |

.github/workflows/shellcheck.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,20 @@ jobs:
1010
shellcheck:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: ShellCheck
16-
uses: ludeeus/action-shellcheck@1.1.0
16+
uses: ludeeus/action-shellcheck@2.0.0
1717
#with:
1818
# A space separated list of additional filename to check
19-
#additional_files: # optional, default is
19+
#additional_files: # optional, default is ''
2020
# Paths to ignore when running ShellCheck
21-
#ignore: # optional, default is
21+
#ignore_paths: # optional, default is ''
2222
# Minimum severity of errors to consider. Options: [error, warning, info, style]
23-
#severity: # optional, default is
23+
#severity: # optional, default is ''
2424
# Run shellcheck on _all_ files at once, instead of one at a time
25-
#check_together: # optional, default is
25+
#check_together: # optional, default is ''
2626
# Directory to be searched for files. Defaults to .
2727
#scandir: # optional, default is .
28-
# Set to true to skip using problem-matcher
29-
#disable_matcher: # optional, default is false
3028
# Output format (checkstyle, diff, gcc, json, json1, quiet, tty)
3129
#format: # optional, default is gcc

0 commit comments

Comments
 (0)