File tree Expand file tree Collapse file tree 9 files changed +19
-19
lines changed
Expand file tree Collapse file tree 9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 2323 shell : bash
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 - name : Discover workspaces
2828 id : workspaces
2929 run : echo "this=$(ls github | jq --raw-input '[.[0:-4]]' | jq -sc add)" >> $GITHUB_OUTPUT
6565 working-directory : terraform
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v5
68+ uses : actions/checkout@v6
6969 - name : Setup terraform
7070 uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
7171 with :
Original file line number Diff line number Diff line change 3030 shell : bash
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 - name : Discover workspaces
3535 id : workspaces
3636 env :
6969 shell : bash
7070 steps :
7171 - name : Checkout
72- uses : actions/checkout@v5
72+ uses : actions/checkout@v6
7373 - name : Setup terraform
7474 uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
7575 with :
Original file line number Diff line number Diff line change 3737 TF_WORKSPACE : ${{ github.repository_owner }}
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 - name : Initialize scripts
4242 run : npm install && npm run build
4343 working-directory : scripts
Original file line number Diff line number Diff line change 3535 skip-fix : ${{ steps.skip-fix.outputs.this }}
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 - if : github.event_name == 'pull_request_target'
4040 env :
4141 NUMBER : ${{ github.event.pull_request.number }}
8282 TF_VAR_write_delay_ms : 300
8383 steps :
8484 - name : Checkout
85- uses : actions/checkout@v5
85+ uses : actions/checkout@v6
8686 - if : github.event_name == 'pull_request_target'
8787 env :
8888 NUMBER : ${{ github.event.pull_request.number }}
@@ -142,14 +142,14 @@ jobs:
142142 installation_retrieval_payload : ${{ secrets[format('RW_GITHUB_APP_INSTALLATION_ID_{0}', github.repository_owner)] || secrets.RW_GITHUB_APP_INSTALLATION_ID }}
143143 private_key : ${{ secrets.RW_GITHUB_APP_PEM_FILE }}
144144 - name : Checkout
145- uses : actions/checkout@v5
145+ uses : actions/checkout@v6
146146 with :
147147 repository : ${{ github.event.pull_request.head.repo.full_name || github.repository }}
148148 ref : ${{ github.event.pull_request.head.sha || github.sha }}
149149 token : ${{ steps.token.outputs.token }}
150150 path : head
151151 - name : Checkout
152- uses : actions/checkout@v5
152+ uses : actions/checkout@v6
153153 with :
154154 path : base
155155 - name : Download YAML configs
Original file line number Diff line number Diff line change 3535 TF_WORKSPACE : ${{ github.repository_owner }}
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 - name : Initialize scripts
4040 run : npm install && npm run build
4141 working-directory : scripts
Original file line number Diff line number Diff line change 2525 workspaces : ${{ steps.workspaces.outputs.this }}
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 - if : github.event_name == 'pull_request_target'
3030 env :
3131 NUMBER : ${{ github.event.pull_request.number }}
7070 TF_VAR_write_delay_ms : 300
7171 steps :
7272 - name : Checkout
73- uses : actions/checkout@v5
73+ uses : actions/checkout@v6
7474 - if : github.event_name == 'pull_request_target'
7575 env :
7676 NUMBER : ${{ github.event.pull_request.number }}
@@ -112,7 +112,7 @@ jobs:
112112 AWS_SECRET_ACCESS_KEY : ${{ secrets.RO_AWS_SECRET_ACCESS_KEY }}
113113 steps :
114114 - name : Checkout
115- uses : actions/checkout@v5
115+ uses : actions/checkout@v6
116116 - if : github.event_name == 'pull_request_target'
117117 env :
118118 NUMBER : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 2424 shell : bash
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 - name : Discover workspaces
2929 id : workspaces
3030 env :
6363 shell : bash
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@v5
66+ uses : actions/checkout@v6
6767 - name : Setup terraform
6868 uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
6969 with :
@@ -114,7 +114,7 @@ jobs:
114114 installation_retrieval_payload : ${{ secrets[format('RW_GITHUB_APP_INSTALLATION_ID_{0}', github.repository_owner)] || secrets.RW_GITHUB_APP_INSTALLATION_ID }}
115115 private_key : ${{ secrets.RW_GITHUB_APP_PEM_FILE }}
116116 - name : Checkout
117- uses : actions/checkout@v5
117+ uses : actions/checkout@v6
118118 with :
119119 token : ${{ steps.token.outputs.token }}
120120 - uses : ./.github/actions/git-config-user
Original file line number Diff line number Diff line change 2020 run :
2121 shell : bash
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - run : npm ci && npm run build
2525 working-directory : scripts
2626 - name : Update PRs
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 installation_retrieval_payload : ${{ secrets.GITHUB_APP_INSTALLATION_ID }}
3434 private_key : ${{ secrets.GITHUB_APP_PEM_FILE }}
3535 - name : Checkout GitHub Management template
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 repository : pl-strflt/github-mgmt-template
3939 path : github-mgmt-template
4040 ref : ${{ github.event.inputs.ref }}
4141 - name : Checkout GitHub Management
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 with :
4444 path : github-mgmt
4545 token : ${{ steps.token.outputs.token }}
You can’t perform that action at this time.
0 commit comments