Make WordPress Core


Ignore:
Timestamp:
12/18/2023 03:18:30 PM (18 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update third-party GitHub Actions.

This updates the following GitHub Actions to their latest versions:

  • actions/checkout
  • actions/setup-node
  • actions/upload-artifact
  • actions/cache
  • actions/github-script
  • shivammathur/setup-php

See #59805.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/callable-test-gutenberg-build-process.yml

    r56976 r57197  
    4343    steps:
    4444      - name: Checkout repository
    45         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
     45        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
    4646        with:
    4747          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
    4848
    4949      - name: Checkout Gutenberg plugin
    50         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
     50        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
    5151        with:
    5252          repository: 'WordPress/gutenberg'
     
    5555
    5656      - name: Set up Node.js
    57         uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
     57        uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
    5858        with:
    5959          node-version-file: '.nvmrc'
Note: See TracChangeset for help on using the changeset viewer.