File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 outputs :
2626 matrix : ${{ steps.set-matrix.outputs.matrix }}
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - id : set-matrix
3030 run : |
3131 MATRIX=$(cat build_targets.json | jq -c)
4545 strategy :
4646 matrix : ${{ fromJson(needs.collect.outputs.matrix) }}
4747 steps :
48- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
4949
5050 # To test whether the deployment package is up to date,
5151 # we only check the application code (excluding dependencies).
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 container : bjorncloudandthings/terraform-aws-github:latest
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636 - uses : actions/setup-python@v4
3737 with :
3838 python-version : 3.11
7272 runs-on : ubuntu-latest
7373 container : bjorncloudandthings/terraform-aws-github:latest
7474 steps :
75- - uses : actions/checkout@v3
75+ - uses : actions/checkout@v4
7676 - uses : actions/setup-python@v4
7777 with :
7878 python-version : 3.11
Original file line number Diff line number Diff line change 4444 runs-on : ubuntu-latest
4545 container : bjorncloudandthings/terraform-aws-github:latest
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 with :
4949 fetch-depth : 0
5050 # --------------------------------------------
Original file line number Diff line number Diff line change 1212 outputs :
1313 directories : ${{ steps.set-matrix.outputs.matrix }}
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - id : set-matrix
1717 run : |
1818 DIRS=$(find . -type f -name '*.tf' -not -path '**/.*' | sed -r 's|/[^/]+$||' | sort | uniq)
3232 directory : ${{ fromJson(needs.collectDirectories.outputs.directories) }}
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636
3737 - name : Get Terraform min/max versions
3838 id : minMax
You can’t perform that action at this time.
0 commit comments