Skip to content

Commit d9d75d6

Browse files
chore(deps): update actions/checkout action to v5
1 parent 9ae6b17 commit d9d75d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: pnpm/action-setup@v4
1717
- name: Use Node.js 22
1818
uses: actions/setup-node@v4

.github/workflows/sync-to-production.yaml

Lines changed: 1 addition & 1 deletion
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@v5
2222
with:
2323
fetch-depth: 0 # Fetch all history so we can force push
2424

0 commit comments

Comments
 (0)