Skip to content

Commit

Permalink
ci: updated action version
Browse files Browse the repository at this point in the history
This way we no longer use a deprecated Node version for any action.

Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
  • Loading branch information
mssola committed Apr 23, 2024
1 parent 9bfc84c commit 7b7b44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 7b7b44f

Please sign in to comment.