diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index eca7c7d1..384d3c34 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Prep the environment run: echo "VITE_COMMIT_ID=${GITHUB_SHA}" >> $GITHUB_ENV - name: Deps