Skip to content

Commit 696310d

Browse files
authored
Merge pull request #114 from Staffbase/dependabot/github_actions/main/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents d632175 + 725e3cb commit 696310d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Setup Node
1717
uses: actions/setup-node@v6
1818
with:

0 commit comments

Comments
 (0)