We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5ff3a commit d4dcb19Copy full SHA for d4dcb19
.github/workflows/lint.yml
@@ -6,8 +6,8 @@ jobs:
6
renovate:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
11
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
+ uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
12
with:
13
config_file_path: 'renovate.json'
.github/workflows/php.yml
@@ -17,7 +17,7 @@ jobs:
17
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
18
19
- name: Checkout
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
21
- name: Install PHP
22
uses: shivammathur/setup-php@v2
23
0 commit comments