Skip to content

Commit 1e47840

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix: ${{ steps.matrix.outputs.matrix }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
fetch-depth: '0'
2222
- name: Gather CI configuration
@@ -32,7 +32,7 @@ jobs:
3232
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v7
3636
- name: ${{ matrix.name }}
3737
uses: laminas/laminas-continuous-integration-action@v1
3838
env:

0 commit comments

Comments
 (0)