Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit 3b1ab07

Browse files
authored
Upgrade actions/checkout and actions/setup-node
Updated GitHub Actions to use newer versions of checkout and setup-node.
1 parent e94a79d commit 3b1ab07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily-digest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v6
2929
with:
3030
node-version: 22
3131
cache: pnpm

0 commit comments

Comments
 (0)