Skip to content

Commit 61ee234

Browse files
Update actions/checkout action to v4
1 parent 2b5ff3a commit 61ee234

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
renovate:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
1111
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
1212
with:

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
- name: Install PHP
2222
uses: shivammathur/setup-php@v2
2323
with:

0 commit comments

Comments
 (0)