Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit e4be5cb

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Setup bun
1818
uses: oven-sh/setup-bun@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# Checkout project repository
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
token: ${{ secrets.BUILD_TOKEN }}
2222

0 commit comments

Comments
 (0)