diff --git a/.github/workflows/deploy-develop.yml b/.github/workflows/deploy-develop.yml index 1a21adbd8f2..3bf07d028ed 100644 --- a/.github/workflows/deploy-develop.yml +++ b/.github/workflows/deploy-develop.yml @@ -13,7 +13,7 @@ jobs: build-deploy: runs-on: docs-16c-64gb-600gb steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # fetch whole repo so git-restore-mtime can work lfs: true @@ -21,7 +21,7 @@ jobs: - name: Adjust file watchers limit run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" cache: "npm" @@ -44,7 +44,7 @@ jobs: - name: Checking Gatsby cache id: gatsby-cache-build - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | public/* @@ -52,7 +52,7 @@ jobs: .cache key: ${{ runner.os }}-gatsby-build-develop - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11.6" - uses: r-lib/actions/setup-pandoc@v2 @@ -98,7 +98,7 @@ jobs: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_DEVELOP_SITE_ID }} - - uses: act10ns/slack@v2.0.0 + - uses: act10ns/slack@v2 with: status: ${{ job.status }} if: failure() diff --git a/.github/workflows/deploy-draft.yml b/.github/workflows/deploy-draft.yml index 983c672ac0f..7d664fa680a 100644 --- a/.github/workflows/deploy-draft.yml +++ b/.github/workflows/deploy-draft.yml @@ -21,7 +21,7 @@ jobs: - name: compose a name for the build environment run: echo "BUILD_ENV_NAME=pr-${{ github.event.number }}-${{ env.GITHUB_HEAD_REF_SLUG }}" >> $GITHUB_ENV - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 # fetch whole repo so git-restore-mtime can work @@ -30,7 +30,7 @@ jobs: - name: Adjust file watchers limit run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" cache: "npm" @@ -53,7 +53,7 @@ jobs: - name: Checking Gatsby cache id: gatsby-cache-build - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | public/* diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index f294a4ef5ec..4da3aea1c24 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -13,7 +13,7 @@ jobs: build-deploy: runs-on: docs-16c-64gb-600gb steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: main fetch-depth: 0 # fetch whole repo so git-restore-mtime can work @@ -22,7 +22,7 @@ jobs: - name: Adjust file watchers limit run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" cache: "npm" @@ -43,7 +43,7 @@ jobs: run: | npm rebuild - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11.6" - uses: r-lib/actions/setup-pandoc@v2 @@ -90,7 +90,7 @@ jobs: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_MAIN_SITE_ID }} - - uses: act10ns/slack@v2.0.0 + - uses: act10ns/slack@v2 with: status: ${{ job.status }} if: always() diff --git a/.github/workflows/sync-and-process-files.yml b/.github/workflows/sync-and-process-files.yml index ae771ef4c28..be2a682bdc2 100644 --- a/.github/workflows/sync-and-process-files.yml +++ b/.github/workflows/sync-and-process-files.yml @@ -20,12 +20,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout destination - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v4 with: path: destination - name: Checkout source repo - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v4 with: ref: ${{ github.event.client_payload.sha }} repository: ${{ github.event.client_payload.repo }} @@ -33,7 +33,7 @@ jobs: path: source - name: setup node - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v4 with: node-version: "14" @@ -46,7 +46,7 @@ jobs: - name: Create pull request if: ${{ !env.ACT }} - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: body: ${{ env.BODY }} branch: ${{ env.BRANCH_NAME }} diff --git a/.github/workflows/sync-issues.yml b/.github/workflows/sync-issues.yml index b4621f83d45..eeceb2f9690 100644 --- a/.github/workflows/sync-issues.yml +++ b/.github/workflows/sync-issues.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sync tool - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true sparse-checkout: |