File tree Expand file tree Collapse file tree 3 files changed +36
-559
lines changed Expand file tree Collapse file tree 3 files changed +36
-559
lines changed Original file line number Diff line number Diff line change 2626 echo "PG_COMMIT_HASH=$(git ls-remote git://git.postgresql.org/git/postgresql.git refs/heads/REL_${PG_VERSION}_STABLE | awk '{print $1}')" >> $GITHUB_ENV
2727
2828 - name : Cache PostgreSQL ${{ env.PG_VERSION }}
29- uses : actions/cache@v3
29+ uses : actions/cache@v4
3030 id : pg-source-cache
3131 with :
3232 path : ${{ env.PG_SRC_DIR }}
4040 ./configure --prefix=$PG_SRC_DIR CFLAGS="-std=gnu99 -ggdb -O0" --enable-cassert
4141 make install -j$(nproc) > /dev/null
4242
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444
4545 - name : Build
4646 id : build
5555 working-directory : ${{ github.workspace }}/packaging
5656
5757 - name : Upload Release Asset
58- uses : softprops/action-gh-release@v1
58+ uses : softprops/action-gh-release@v2
5959 if : startsWith(github.ref, 'refs/tags/')
6060 with :
6161 files : |
You can’t perform that action at this time.
0 commit comments