Skip to content

Commit e085169

Browse files
authored
Merge pull request #11 from LM-Commons/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 0922c20 + 9aa924e commit e085169

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)