From 7b7b44f60f150c1cd0b2beb624f9943cd76d3e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Sabat=C3=A9=20Sol=C3=A0?= Date: Tue, 23 Apr 2024 07:38:01 +0200 Subject: [PATCH] ci: updated action version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way we no longer use a deprecated Node version for any action. Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e154d3..2a00e81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: needs: [lint, test] if: github.event_name == 'push' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build production Docker image run: | @@ -75,7 +75,7 @@ jobs: docker push ${{ secrets.REGISTRY_HOST }}/${{ secrets.REGISTRY_USERNAME }}/operum:main docker logout ${{ secrets.REGISTRY_HOST }} - # The server provides a small script named `service-restart` which will do + # The server provides a small script named `infra-restart` which will do # the right thing to pull the new image of the desired service and re-run # it. - name: executing remote ssh commands using password