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 f0d11e5 + 1f77b00 commit 8853153Copy full SHA for 8853153
.github/workflows/qa.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: Install PHP
26
uses: shivammathur/setup-php@v2
.github/workflows/update-website.yml
@@ -50,7 +50,7 @@ jobs:
50
fi
51
52
53
54
with:
55
ref: ${{ steps.base_branch.outputs.BRANCH }}
56
0 commit comments