diff --git a/.github/workflows/build_coder_image.yaml b/.github/workflows/build_coder_image.yaml index 299b70e7..a7f6a3d2 100644 --- a/.github/workflows/build_coder_image.yaml +++ b/.github/workflows/build_coder_image.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to DockerHub uses: docker/login-action@v2 with: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e1785d45..0588a33d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 11bfa173..3649be6a 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -23,7 +23,7 @@ jobs: name: Preview runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set outputs id: vars diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index fc108505..8bc457f9 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -24,7 +24,7 @@ jobs: name: Production runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Deploy to Vercel (Production) run: curl -X POST https://api.vercel.com/v1/integrations/deploy/prj_vLDYhOxLmchIKn4wYKStFlglaji2/IohYnGbnwu