Make WordPress Core


Ignore:
Timestamp:
12/18/2023 03:18:30 PM (19 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/test-and-zip-default-themes.yml

    r56792 r57197  
    8787    steps:
    8888      - name: Checkout repository
    89         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
     89        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
    9090        with:
    9191          ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }}
     
    126126    steps:
    127127      - name: Checkout repository
    128         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
     128        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
    129129        with:
    130130          ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }}
     
    132132
    133133      - name: Set up Node.js
    134         uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
     134        uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
    135135        with:
    136136          node-version-file: '.nvmrc'
     
    182182    steps:
    183183      - name: Checkout repository
    184         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
     184        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
    185185        with:
    186186          ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }}
     
    188188
    189189      - name: Upload theme ZIP as an artifact
    190         uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
     190        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
    191191        with:
    192192          if-no-files-found: error
     
    228228    steps:
    229229      - name: Dispatch workflow run
    230         uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
     230        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
    231231        with:
    232232          retries: 2
Note: See TracChangeset for help on using the changeset viewer.