diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6ebbd46d4ea..1ca1039a813 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled # - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm diff --git a/.github/workflows/latest_tags.yml b/.github/workflows/latest_tags.yml index 85d3a5af497..cf83a27a581 100644 --- a/.github/workflows/latest_tags.yml +++ b/.github/workflows/latest_tags.yml @@ -89,7 +89,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Write latest tags and commit SHAs to txt files # This is the code that writes to a file. If we need to update the file # layout, contents, or file name, do it here. diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 187b35a05d6..45f15655434 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -16,7 +16,7 @@ jobs: permissions: write-all steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node uses: actions/setup-node@v3