Skip to content

Commit f841c8f

Browse files
Update actions/checkout action to v5
1 parent 98c973c commit f841c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
bun-version: 1.0.3
1818
- name: Checkout repository
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020
- name: Install dependencies
2121
run: |
2222
curl -fsSL https://bun.sh/install | bash

0 commit comments

Comments
 (0)