Skip to content

Commit 68d260d

Browse files
authored
Merge pull request #11 from couchbase-examples/dependabot/github_actions/actions/checkout-6
chore(deps): Bump actions/checkout from 4 to 6
2 parents 7476660 + 52c85cf commit 68d260d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
- name: Set up Ruby
2525
uses: ruby/setup-ruby@v1
2626
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Deploy to GitHub Pages
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)