From 0656d53c6e4a40e519e098da83b83c2a755c4ea9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:29:07 +0000 Subject: [PATCH] chore(deps): update github actions all dependencies --- .github/workflows/buildTestPublishContainerDeploy.yml | 2 +- .github/workflows/ghPages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildTestPublishContainerDeploy.yml b/.github/workflows/buildTestPublishContainerDeploy.yml index d8d4f260b..07d057fac 100644 --- a/.github/workflows/buildTestPublishContainerDeploy.yml +++ b/.github/workflows/buildTestPublishContainerDeploy.yml @@ -56,7 +56,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Publish Container 🚀 - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 with: context: . push: true diff --git a/.github/workflows/ghPages.yml b/.github/workflows/ghPages.yml index 931a5e905..c6448c802 100644 --- a/.github/workflows/ghPages.yml +++ b/.github/workflows/ghPages.yml @@ -38,7 +38,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to.