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 cb1ca51 commit c6b07adCopy full SHA for c6b07ad
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
38
steps:
39
- name: Checkout
40
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
41
42
- name: Setup PHP, with composer and extensions
43
uses: shivammathur/setup-php@v2
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
contents: write
14
15
- name: Checkout code
16
17
18
- name: Create release
19
uses: crazy-max/ghaction-github-release@v2
0 commit comments