From feb9009b18595c03863a1b546da19a3ba5a1b213 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 01:19:19 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to f43a0e5 --- .github/workflows/fly-deploy.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fly-deploy.yaml b/.github/workflows/fly-deploy.yaml index f4adfa8..b3a9314 100644 --- a/.github/workflows/fly-deploy.yaml +++ b/.github/workflows/fly-deploy.yaml @@ -34,7 +34,7 @@ jobs: needs: [check-fly-secret] if: needs.check-fly-secret.outputs.fly-secret-exists == 'true' steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - uses: superfly/flyctl-actions/setup-flyctl@master with: version: 0.1.54 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9af928e..8054aaa 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Login to ghcr uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2