Skip to content

Commit 5d0f2ba

Browse files
chore(deps): update actions/checkout action to v5
1 parent 4fe0af9 commit 5d0f2ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
runs-on: macos-14
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Install pnpm
2121
run: |
@@ -41,7 +41,7 @@ jobs:
4141
build:
4242
runs-on: macos-14
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545

4646
- name: Install pnpm
4747
run: |

0 commit comments

Comments
 (0)