We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d361aa8 commit 93173f2Copy full SHA for 93173f2
.github/workflows/external.yml
@@ -28,7 +28,7 @@ jobs:
28
outputs:
29
matrix: ${{ steps.set-matrix.outputs.matrix }}
30
steps:
31
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
32
- id: set-matrix
33
run: echo "matrix=$(cat workflow-external.json | jq -c '.${{ github.event.inputs.moduleSet || 'compliant' }}')" >> $GITHUB_OUTPUT
34
@@ -43,11 +43,11 @@ jobs:
43
project: ${{ fromJson(needs.read_external_projects.outputs.matrix) }}
44
45
- name: Checkout main project
46
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
47
with:
48
path: main
49
- name: Checkout ${{ matrix.project }}
50
51
52
repository: ${{ matrix.project }}
53
path: project
0 commit comments