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.
actions/checkout
v4
1 parent b3d24e7 commit f5a30a4Copy full SHA for f5a30a4
.github/workflows/publish-release.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
name: Release version
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
with:
20
token: ${{ secrets.GH_RELEASE_PAT }}
21
fetch-depth: 0
.github/workflows/tests.yaml
@@ -53,7 +53,7 @@ jobs:
53
54
55
- name: Checkout
56
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
57
58
- name: Setup PHP
59
uses: shivammathur/setup-php@v2
0 commit comments