Skip to content

Commit 3acd8df

Browse files
chore(deps): update actions/checkout action to v5
1 parent 702bbcd commit 3acd8df

1 file changed

Lines changed: 1 addition & 1 deletion

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
runs-on: macos-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- run: yarn install
1717
- run: yarn dist
1818
- run: yarn test

0 commit comments

Comments
 (0)