aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-04-23 07:38:01 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2024-04-23 07:38:01 +0200
commit7b7b44f60f150c1cd0b2beb624f9943cd76d3e91 (patch)
treec1277d6acac16e1b0765aeb6a34041364f3c8f56 /.github/workflows
parent9bfc84c27022b3613049f51308cb82ffda362def (diff)
downloadoperum-7b7b44f60f150c1cd0b2beb624f9943cd76d3e91.tar.gz
operum-7b7b44f60f150c1cd0b2beb624f9943cd76d3e91.zip
ci: updated action version
This way we no longer use a deprecated Node version for any action. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files 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