Skip to content

Commit 93173f2

Browse files
chore(deps): update actions/checkout action to v5
1 parent d361aa8 commit 93173f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/external.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
outputs:
2929
matrix: ${{ steps.set-matrix.outputs.matrix }}
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- id: set-matrix
3333
run: echo "matrix=$(cat workflow-external.json | jq -c '.${{ github.event.inputs.moduleSet || 'compliant' }}')" >> $GITHUB_OUTPUT
3434

@@ -43,11 +43,11 @@ jobs:
4343
project: ${{ fromJson(needs.read_external_projects.outputs.matrix) }}
4444
steps:
4545
- name: Checkout main project
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
with:
4848
path: main
4949
- name: Checkout ${{ matrix.project }}
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151
with:
5252
repository: ${{ matrix.project }}
5353
path: project

0 commit comments

Comments
 (0)