Skip to content

Commit 3cd6fe8

Browse files
authored
Merge pull request #1184 from datatrue-analytics/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents edfde93 + f18dd9c commit 3cd6fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: Use Node.js 20
1313
uses: actions/setup-node@v4
1414
with:

0 commit comments

Comments
 (0)