Skip to content

Commit 799cc20

Browse files
committed
Bump actions/checkout & super-linter
1 parent 083b76a commit 799cc20

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: [ubuntu-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Lint markdown files
2424
uses: nosborn/github-action-markdown-cli@v3

.github/workflows/php.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ['ubuntu-latest']
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

2626
- name: Lint Code Base
27-
uses: github/super-linter/slim@v4
27+
uses: github/super-linter/slim@v5
2828
env:
2929
LOG_LEVEL: NOTICE
3030
VALIDATE_ALL_CODEBASE: true
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup problem matchers for PHP
5757
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
5858

59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6060

6161
- name: Get composer cache directory
6262
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -122,7 +122,7 @@ jobs:
122122
- name: Setup problem matchers for PHP
123123
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
124124

125-
- uses: actions/checkout@v3
125+
- uses: actions/checkout@v4
126126

127127
- name: Get composer cache directory
128128
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -178,7 +178,7 @@ jobs:
178178
git config --global core.autocrlf false
179179
git config --global core.eol lf
180180
181-
- uses: actions/checkout@v3
181+
- uses: actions/checkout@v4
182182

183183
- name: Get composer cache directory
184184
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -240,7 +240,7 @@ jobs:
240240
git config --global core.autocrlf false
241241
git config --global core.eol lf
242242
243-
- uses: actions/checkout@v3
243+
- uses: actions/checkout@v4
244244

245245
- name: Get composer cache directory
246246
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -263,7 +263,7 @@ jobs:
263263
runs-on: [ubuntu-latest]
264264
needs: [unit-tests-linux]
265265
steps:
266-
- uses: actions/checkout@v3
266+
- uses: actions/checkout@v4
267267

268268
- uses: actions/download-artifact@v3
269269
with:

0 commit comments

Comments
 (0)