From 580a7673e683a10d8ebf6deb6bcf3729773d70f5 Mon Sep 17 00:00:00 2001 From: Rongxin Liu Date: Wed, 14 Feb 2024 12:19:00 -0500 Subject: [PATCH] updated action/checkout to v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59eae7e..7b6b63b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - if: ${{ github.ref == 'refs/heads/main' }} uses: cs50/deploy-to-eb@main with: