Skip to content

Commit 1d028e8

Browse files
authored
chore: update outdated GitHub Actions versions (#331)
1 parent 63e6d32 commit 1d028e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'doocs/advanced-java'
1212
steps:
1313
- name: Checkout Branch
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Compress Images
1717
id: calibre

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515

1616
- name: Setup pnpm
1717
uses: pnpm/action-setup@v4
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: 22
2323
cache: pnpm

0 commit comments

Comments
 (0)