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.
2 parents 4459723 + 6a34a98 commit 7fb8664Copy full SHA for 7fb8664
2 files changed
.github/workflows/dependabot-auto-merge.yml
@@ -9,7 +9,7 @@ jobs:
9
if: github.actor == 'dependabot[bot]'
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
14
- name: Fetch Dependabot metadata
15
id: metadata
.github/workflows/pint.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Checkout repository
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
22
23
- name: Set up PHP
24
uses: shivammathur/setup-php@v2
0 commit comments