We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4880da9 commit 2a7569dCopy full SHA for 2a7569d
2 files changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
runs-on: ubuntu-24.04
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
- name: Validate composer.json and composer.lock
15
run: composer validate --strict
16
- name: Cache Composer packages
@@ -29,7 +29,7 @@ jobs:
29
30
needs: lint
31
32
33
34
35
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
bump-version:
8
9
with:
fetch-depth: 0
persist-credentials: true
0 commit comments