diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-04-23 07:38:01 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-04-23 07:38:01 +0200 |
| commit | 7b7b44f60f150c1cd0b2beb624f9943cd76d3e91 (patch) | |
| tree | c1277d6acac16e1b0765aeb6a34041364f3c8f56 | |
| parent | 9bfc84c27022b3613049f51308cb82ffda362def (diff) | |
| download | operum-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>
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |
