File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1414 secrets : " inherit"
1515 with :
16- runs_on : " ubuntu-20.04 "
16+ runs_on : " ubuntu-latest "
Original file line number Diff line number Diff line change 1313jobs :
1414 setup_matrix :
1515 name : " Setup Test Matrix"
16- runs-on : ubuntu-20.04
16+ runs-on : ubuntu-latest
1717 outputs :
1818 matrix : ${{ steps.get-matrix.outputs.matrix }}
1919
4747 - setup_matrix
4848 if : ${{ needs.setup_matrix.outputs.matrix != '{}' }}
4949
50- runs-on : ubuntu-20.04
50+ runs-on : ubuntu-latest
5151 strategy :
5252 fail-fast : false
5353 matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
Original file line number Diff line number Diff line change 1414 uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1515 secrets : " inherit"
1616 with :
17- runs_on : " ubuntu-20.04 "
17+ runs_on : " ubuntu-latest "
Original file line number Diff line number Diff line change 1010jobs :
1111 setup_matrix :
1212 name : " Setup Test Matrix"
13- runs-on : ubuntu-20.04
13+ runs-on : ubuntu-latest
1414 outputs :
1515 matrix : ${{ steps.get-matrix.outputs.matrix }}
1616
4444 - setup_matrix
4545 if : ${{ needs.setup_matrix.outputs.matrix != '{}' }}
4646
47- runs-on : ubuntu-20.04
47+ runs-on : ubuntu-latest
4848 strategy :
4949 fail-fast : false
5050 matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
You can’t perform that action at this time.
0 commit comments