From 630b7510212af426cebb7b667702cf137fc587f4 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 5 Feb 2024 10:12:54 +0200 Subject: [PATCH] Updated commit hashes --- .github/workflows/deploy.yml | 2 +- .github/workflows/docker-latest.yml | 2 +- .github/workflows/release.yaml | 6 +++--- .github/workflows/test.yml | 4 ++-- setup/01_install_commits.sh | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f52c6cb8..7d6273ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install SSH key uses: shimataro/ssh-key-action@v2 diff --git a/.github/workflows/docker-latest.yml b/.github/workflows/docker-latest.yml index 0b35efee..2ff27c0e 100644 --- a/.github/workflows/docker-latest.yml +++ b/.github/workflows/docker-latest.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up QEMU uses: docker/setup-qemu-action@v2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 25e27705..418a7c59 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,11 +25,11 @@ jobs: package-name: ${{env.NPM_MODULE_NAME}} pull-request-title-pattern: 'chore${scope}: release ${version} [skip-ci]' # The logic below handles the npm publication: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # these if statements ensure that a publication only occurs when # a new release is created: if: ${{ steps.release.outputs.release_created }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 registry-url: 'https://registry.npmjs.org' @@ -48,7 +48,7 @@ jobs: steps: - run: echo version v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}.${{needs.release_please.outputs.patch}} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63194bc5..a0f4da64 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: ports: - 6379:6379 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Start MongoDB uses: supercharge/mongodb-github-action@1.7.0 @@ -36,7 +36,7 @@ jobs: mongodb-db: wildduck-test - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - run: which mongosh diff --git a/setup/01_install_commits.sh b/setup/01_install_commits.sh index c0aa9808..a926e34a 100755 --- a/setup/01_install_commits.sh +++ b/setup/01_install_commits.sh @@ -9,11 +9,11 @@ NODE_MAJOR="20" MONGODB="7.0" CODENAME=`lsb_release -c -s` -WILDDUCK_COMMIT="cd3d52959e654af0e1cb56b612a2d4886f28e777" -ZONEMTA_COMMIT="0037bcd93c5147426c13a57794037f08840929ee" # zone-mta-template +WILDDUCK_COMMIT="94434cab438cea0aa958d139e3ab8799db18a2b4" +ZONEMTA_COMMIT="bf3ca53d99b51808105dc63c3b263c1ca8b32c48" # zone-mta-template WEBMAIL_COMMIT="40ee1ef973de33de5bdf3e6b7e877d156d87436a" -WILDDUCK_ZONEMTA_COMMIT="c9c50892f805f6871532a0f5329c0bcbb02e2c43" -WILDDUCK_HARAKA_COMMIT="3af4bb6c1a879c1c06a1f205d71102ca6190b905" +WILDDUCK_ZONEMTA_COMMIT="698aef09e5fce87689b49715ebdd5ea9cd0c8cb8" +WILDDUCK_HARAKA_COMMIT="c0837403a3483c9a8dd30a758015255fb2c3c9ad" HARAKA_VERSION="3.0.2" echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"