Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 1108829

Browse files
committed
Bump to v3
1 parent 3f948f8 commit 1108829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111
- name: Setup PHP
1212
uses: shivammathur/setup-php@v2
1313
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.operating-system }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:

0 commit comments

Comments
 (0)