File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 needs : [setup]
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v6
3737 with :
3838 ref : ${{ inputs.ref }}
3939
6565 env :
6666 TF_VAR_seed : ${{ steps.env.outputs.seed }}
6767
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v6
6969 with :
7070 ref : ${{ inputs.ref }}
7171
Original file line number Diff line number Diff line change 3030 matrix :
3131 platform : [terraform, opentofu]
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 with :
3535 ref : ${{ inputs.ref }}
3636
6262 TF_VAR_seed : ${{ steps.env.outputs.seed }}
6363
6464
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v6
6666 with :
6767 ref : ${{ inputs.ref }}
6868
Original file line number Diff line number Diff line change 3131 matrix :
3232 platform : [terraform, opentofu]
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v6
3535 with :
3636 ref : ${{ inputs.ref }}
3737
6161 env :
6262 TF_VAR_seed : ${{ steps.env.outputs.seed }}-a
6363
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v6
6565 with :
6666 ref : ${{ inputs.ref }}
6767
Original file line number Diff line number Diff line change 3131 matrix :
3232 platform : [terraform, opentofu]
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v6
3535 with :
3636 ref : ${{ inputs.ref }}
3737
5151
5252 echo "seed=${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
5353
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v6
5555 with :
5656 ref : ${{ inputs.ref }}
5757
Original file line number Diff line number Diff line change 3030 matrix :
3131 platform : [terraform, opentofu]
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 with :
3535 ref : ${{ inputs.ref }}
3636
5050
5151 echo "seed=${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
5252
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v6
5454 with :
5555 ref : ${{ inputs.ref }}
5656
Original file line number Diff line number Diff line change 7474
7575 - name : Checkout
7676 if : ${{ inputs.skip-checkout != 'true' }}
77- uses : actions/checkout@v4
77+ uses : actions/checkout@v6
7878
7979 - name : Set atmos cli config path vars
8080 shell : bash
You can’t perform that action at this time.
0 commit comments