File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 images : ${{ env.IMAGES }}
2929 steps :
3030 - name : Checkout Code
31- uses : actions/checkout@v6
31+ uses : actions/checkout@v7
3232
3333 - name : Set env variables from defaults.json
3434 run : |
Original file line number Diff line number Diff line change 3434 pg_major : ${{ env.PG_MAJOR }}
3535 steps :
3636 - name : Checkout Code
37- uses : actions/checkout@v6
37+ uses : actions/checkout@v7
3838
3939 - name : Set env variables from defaults.json
4040 run : |
Original file line number Diff line number Diff line change 3737 feature_type : ${{ env.FEATURE_TYPE }}
3838 steps :
3939 - name : Checkout Code
40- uses : actions/checkout@v6
40+ uses : actions/checkout@v7
4141
4242 - name : Set env variables from defaults.json
4343 run : |
Original file line number Diff line number Diff line change 9090 echo "-----------------------------------------------------"
9191
9292 - name : Checkout
93- uses : actions/checkout@v6
93+ uses : actions/checkout@v7
9494 with :
9595 repository : cloudnative-pg/cloudnative-pg
9696 ref : ${{ inputs.cnpg_branch }}
Original file line number Diff line number Diff line change 3333 feature_type : ${{ env.FEATURE_TYPE }}
3434 steps :
3535 - name : Checkout Code
36- uses : actions/checkout@v6
36+ uses : actions/checkout@v7
3737
3838 - name : Set env variables from defaults.json
3939 run : |
You can’t perform that action at this time.
0 commit comments