Skip to content

Commit 144893c

Browse files
authored
Update zx (#10)
* Update zx Latest version shed many dependencies * bump GH actions
1 parent 65df84e commit 144893c

File tree

3 files changed

+36
-559
lines changed

3 files changed

+36
-559
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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 }}
@@ -40,7 +40,7 @@ jobs:
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
@@ -55,7 +55,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)