Skip to content

Commit cb1accf

Browse files
committed
chore: bump gh actions version
1 parent 8fe1348 commit cb1accf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/plugin-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6.0.2
2222
with:
2323
fetch-depth: 1
2424

@@ -30,12 +30,12 @@ jobs:
3030
tools: composer:v2, wp-cli
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v6.40
3434
with:
3535
node-version: 22
3636

3737
- name: Install pnpm
38-
uses: pnpm/action-setup@v4
38+
uses: pnpm/action-setup@v6.0.6
3939
with:
4040
run_install: false
4141

@@ -50,7 +50,7 @@ jobs:
5050
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5151

5252
- name: Setup package cache
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5.0.5
5454
with:
5555
path: |
5656
${{ steps.pnpm-cache.outputs.dir }}

0 commit comments

Comments
 (0)