diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 59fe5dd8..723ea712 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -28,7 +28,7 @@ jobs: - name: checkout if: ${{ steps.branch-deploy.outputs.continue == 'true' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ steps.branch-deploy.outputs.ref }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0f640094..6b427a3d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup node uses: actions/setup-node@v3 diff --git a/.github/workflows/new-pr.yml b/.github/workflows/new-pr.yml index abf611d1..89d8c17f 100644 --- a/.github/workflows/new-pr.yml +++ b/.github/workflows/new-pr.yml @@ -16,7 +16,7 @@ jobs: steps: # Comment on new PR requests with deployment instructions - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: comment uses: GrantBirki/comment@v2.0.6 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ce56bf6..b4581dae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup node uses: actions/setup-node@v3