Skip to content

Commit 9aa924e

Browse files
Update actions/checkout action to v6
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v5 | v6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0922c20 commit 9aa924e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix: ${{ steps.matrix.outputs.matrix }}
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: '0'
1818
- name: Gather CI configuration
@@ -28,7 +28,7 @@ jobs:
2828
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
- name: ${{ matrix.name }}
3333
uses: laminas/laminas-continuous-integration-action@v1
3434
env:

0 commit comments

Comments
 (0)