File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 images : ${{ env.IMAGES }}
2929 steps :
3030 - name : Checkout Code
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
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@v5
37+ uses : actions/checkout@v6
3838
3939 - name : Set env variables from defaults.json
4040 run : |
Original file line number Diff line number Diff line change 3636 feature_type : ${{ env.FEATURE_TYPE }}
3737 steps :
3838 - name : Checkout Code
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040
4141 - name : Set env variables from defaults.json
4242 run : |
Original file line number Diff line number Diff line change 9191 echo "-----------------------------------------------------"
9292
9393 - name : Checkout
94- uses : actions/checkout@v5
94+ uses : actions/checkout@v6
9595 with :
9696 repository : cloudnative-pg/cloudnative-pg
9797 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@v5
36+ uses : actions/checkout@v6
3737
3838 - name : Set env variables from defaults.json
3939 run : |
You can’t perform that action at this time.
0 commit comments