From 0f85f0c6a7f1894b62517868c3c598ba1b51b683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:49:45 +0100 Subject: [PATCH] Bump the gh-actions group with 2 updates (#3) --- .github/workflows/build.yml | 2 +- .github/workflows/bump.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e54108b..d4ac731 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: type=semver,pattern={{version}},enable=${{ steps.image-variables.outputs.is-default }},value=${{ needs.version.outputs.new-version }},priority=800 type=semver,pattern={{version}}-${{ steps.image-variables.outputs.tag }},value=${{ needs.version.outputs.new-version }},priority=500 - name: Setup docker buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c - name: Login to GHCR uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 4529a67..4cf95ef 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -27,7 +27,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create pull request - uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 + uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc if: github.ref_name == 'main' with: token: ${{ secrets.GITHUB_TOKEN }}