Skip to content

Commit 8ffd6bc

Browse files
renovate[bot]vmcj
authored andcommitted
Update actions/checkout action to v4
1 parent 945a979 commit 8ffd6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build: # make sure build/ci work properly
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- run: |
1414
npm install
1515
npm run all
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
echo "$GITHUB_CONTEXT"
2424
set
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0 # important!
2828
- name: Install PHP_CodeSniffer

0 commit comments

Comments
 (0)