Skip to content

Commit 9c35f66

Browse files
authored
Merge pull request #567 from jekyll/dependabot/github_actions/actions/checkout-6
2 parents d88caf8 + d257c2f commit 9c35f66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "3.2"
2424
- "3.3"
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 5
2929
- name: "Set up Ruby ${{ matrix.ruby_version }}"
@@ -44,7 +44,7 @@ jobs:
4444
ruby_version:
4545
- 2.7
4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 5
5050
- name: "Set up Ruby ${{ matrix.ruby_version }}"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
BUNDLE_PATH: "vendor/bundle"
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ env.RUBY_VERSION }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- 2.7
2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: "Set up Ruby ${{ matrix.ruby_version }}"
2424
uses: ruby/setup-ruby@v1
2525
with:

0 commit comments

Comments
 (0)