From 7a4a32c1d2847d63a748dd36eb230cb594db19a3 Mon Sep 17 00:00:00 2001 From: Charles Haynes Date: Tue, 10 Sep 2024 00:28:59 -0400 Subject: [PATCH] :arrow_up: Upgrade actions/checkout to v4 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3ada7353..1a0747c6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,9 +34,9 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'push' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: - fetch-tags: "true" + fetch-tags: true - uses: docker/login-action@v3 with: registry: ghcr.io