Skip to content

Commit 6ca7717

Browse files
committed
Updates
1 parent 1075fd1 commit 6ca7717

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write # Required to push to wiki repository
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: akirk/extract-wp-hooks@main
1717
with:
1818
base-dir: "."

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
runs-on: ubuntu-latest
3030
timeout-minutes: 20
3131
steps:
32-
- uses: styfle/cancel-workflow-action@0.8.0
33-
- uses: actions/checkout@v2
32+
- uses: styfle/cancel-workflow-action@0.13.1
33+
- uses: actions/checkout@v5
3434
- uses: shivammathur/setup-php@v2
3535
with:
3636
php-version: '7.4'
3737
- name: Get Composer Cache Directory
3838
id: composer-cache
3939
run: |
4040
echo "::set-output name=dir::$(composer config cache-files-dir)"
41-
- uses: actions/cache@v4
41+
- uses: actions/cache@v5
4242
with:
4343
path: ${{ steps.composer-cache.outputs.dir }}
4444
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)