From 0eb93aeee20ad8e3ec545240dfd9afdc6989347c Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 29 Sep 2023 00:36:10 +0200 Subject: [PATCH] Update actions --- .gitea/workflows/divent.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/divent.yml b/.gitea/workflows/divent.yml index 567201a..5b51c7c 100644 --- a/.gitea/workflows/divent.yml +++ b/.gitea/workflows/divent.yml @@ -8,7 +8,7 @@ jobs: steps: - run: apt-get update - run: apt-get install -y git nodejs - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: Gr1N/setup-poetry@v8 - run: poetry install - run: poetry run flake8 . @@ -21,8 +21,8 @@ jobs: needs: [lint] steps: - run: apk add git nodejs - - uses: actions/checkout@v3 - - uses: docker/metadata-action@v4 + - uses: actions/checkout@v4 + - uses: docker/metadata-action@v5 id: meta with: images: xefir/divent @@ -31,11 +31,11 @@ jobs: type=ref,event=tag type=ref,event=pr type=raw,value=latest,enable={{is_default_branch}} - - uses: docker/login-action@v2 + - uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: docker/build-push-action@v4 + - uses: docker/build-push-action@v5 with: push: ${{ gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags') }} tags: ${{ steps.meta.outputs.tags }} @@ -51,6 +51,6 @@ jobs: steps: - run: apt-get update - run: apt-get install -y git nodejs - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: Gr1N/setup-poetry@v8 - run: poetry publish --build