Skip to content

Commit 117ccbd

Browse files
erikn69d3v2a
authored andcommitted
ci: Use GitHub Actions V4 (barryvdh#1469)
1 parent f1720e1 commit 117ccbd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
steps:
1414
- name: Git checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Validate Composer configuration
1818
run: composer validate --strict

.github/workflows/fix-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}
3737
steps:
3838
- name: Checkout code
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v4
4040
with:
4141
path: src
4242

.github/workflows/run-static-analysis.yml

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

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

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

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git config --global core.eol lf
4949
5050
- name: Checkout code
51-
uses: actions/checkout@v2
51+
uses: actions/checkout@v4
5252

5353
- name: Setup PHP
5454
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)