Skip to content

Commit 4c3507b

Browse files
update checkout to v4
1 parent 618fe7f commit 4c3507b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Validate composer.json and composer.lock
1818
run: composer validate

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2

.github/workflows/directory_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: DIRECTORY.md
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1 # v2 is broken for git diff
11+
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v2
1313
- name: Setup Git Specs
1414
run: |

0 commit comments

Comments
 (0)