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 1211941 commit c8edabfCopy full SHA for c8edabf
.github/workflows/continuous-integration.yml
@@ -15,7 +15,7 @@ jobs:
15
outputs:
16
version: ${{ steps.supported-versions-matrix.outputs.version }}
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
- id: supported-versions-matrix
20
uses: WyriHaximus/github-action-composer-php-versions-in-range@v1
21
tests:
@@ -35,7 +35,7 @@ jobs:
35
git config --global core.eol lf
36
37
- name: Checkout
38
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
39
40
- name: Install Graphviz
41
uses: kamiazya/setup-graphviz@v1
.github/workflows/release.yaml
- uses: actions/checkout@v5.0.0
+ uses: actions/checkout@v6.0.1
with:
fetch-depth: 1
0 commit comments