From c72699f8c91eb903dd6060454c410178402626c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 08:26:40 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/build.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/make-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b0b4aff..9635f27d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: run: echo ${{ steps.buildx.outputs.platforms }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 with: file: Worker/src/DLLWorker/Dockerfile context: . diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4defb6da..298bc07b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -59,4 +59,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@af48cf94a42f2c634308b1c9dc0151830b6f190a # v2 diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index e0bebde5..62add10d 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -110,7 +110,7 @@ jobs: run: echo ${{ steps.buildx.outputs.platforms }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4 with: file: Worker/src/DLLWorker/Dockerfile context: .