From 16b7b7d02ea26fc4a5e2211ae833c3ac98d39f7f Mon Sep 17 00:00:00 2001 From: dtfiedler Date: Sat, 13 Apr 2024 20:07:14 -0600 Subject: [PATCH] chore(github): bump checkout action to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c3b27b..89a7c82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: checks: write packages: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Build and push container image to GCR (only on main branch) - name: Log in to the GitHub Container Registry uses: docker/login-action@v1 @@ -60,7 +60,7 @@ jobs: needs: [build, test, push] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: