File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 run : sudo apt purge postgresql* libpq*
3737
3838 - name : Clone repository
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 with :
4141 submodules : recursive
4242 ref : ${{ github.ref }}
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 run : sudo apt purge postgresql* libpq*
1616
1717 - name : Clone repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 submodules : recursive
2121 path : src
2222 ref : ${{ github.ref }}
2323
2424 - name : Clone postgres repository
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 path : postgres
2828 repository : percona/postgres.git
Original file line number Diff line number Diff line change 2222 run : sudo apt purge postgresql* libpq*
2323
2424 - name : Clone repository
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 submodules : recursive
2828 ref : ${{ github.ref }}
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 run : sudo apt purge postgresql* libpq*
2828
2929 - name : Clone repository
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 path : src
3333 submodules : recursive
3434
3535 - name : Clone postgres repository
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 path : postgres
3939 repository : percona/postgres.git
You can’t perform that action at this time.
0 commit comments