From 90bd8c6a1a1967ec6c772e1c4fceec146afa8d89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:32:40 +0000 Subject: [PATCH] chore(deps): update github actions dependencies --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e54e3a1..9d3c6b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,12 +219,12 @@ jobs: cp ./blog.conf ./pkg/docker/data/ cp -r ./posts ./pkg/docker/data/ - name: Log in to Docker Hub - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push nightly docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: context: ./pkg/docker file: ./pkg/docker/Dockerfile @@ -233,7 +233,7 @@ jobs: no-cache: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/rblog:nightly - name: Build and push latest docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 if: startsWith(github.ref, 'refs/tags/v') with: context: ./pkg/docker