Skip to content

Commit b44552e

Browse files
Merge pull request #550 from wimpyprogrammer/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents b10160b + 8fd0f9e commit b44552e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: [20.x]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: Get yarn cache directory path
2525
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)