Skip to content

Commit 7c15391

Browse files
authored
Merge pull request #395 from node-oauth/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 4 to 6
2 parents 891b586 + d0fade2 commit 7c15391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0 # Not needed if lastUpdated is not enabled
3333
# - uses: pnpm/action-setup@v3 # Uncomment this block if you're using pnpm

0 commit comments

Comments
 (0)