Skip to content

Commit d4dcb19

Browse files
Update GitHub Actions
1 parent 2b5ff3a commit d4dcb19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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
11-
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
11+
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
1212
with:
1313
config_file_path: 'renovate.json'

.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)