Skip to content

Commit 65e997c

Browse files
authored
Merge pull request #5 from LM-Commons/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents f97b093 + 453a138 commit 65e997c

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@v4
15+
uses: actions/checkout@v5
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@v4
31+
uses: actions/checkout@v5
3232
- name: ${{ matrix.name }}
3333
uses: laminas/laminas-continuous-integration-action@v1
3434
env:

0 commit comments

Comments
 (0)