Make WordPress Core


Ignore:
Timestamp:
01/27/2023 07:23:20 PM (22 months ago)
Author:
desrosj
Message:

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

This updates the following third-party GitHub Actions to their latest versions.

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

See #57572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/javascript-tests.yml

    r54851 r55152  
    5757    steps:
    5858      - name: Checkout repository
    59         uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
     59        uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
    6060
    6161      - name: Set up Node.js
    62         uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
     62        uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
    6363        with:
    6464          node-version-file: '.nvmrc'
     
    109109    steps:
    110110      - name: Dispatch workflow run
    111         uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2
     111        uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
    112112        with:
    113113          retries: 2
Note: See TracChangeset for help on using the changeset viewer.