Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#528)
Browse files Browse the repository at this point in the history
Merge pull request 528
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 1c62448 commit ad63bcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- "3.1"
- "3.2"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 5
- name: "Set up Ruby ${{ matrix.ruby_version }}"
Expand All @@ -43,7 +43,7 @@ jobs:
ruby_version:
- 2.7
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 5
- name: "Set up Ruby ${{ matrix.ruby_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
BUNDLE_PATH: "vendor/bundle"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- 2.7
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Set up Ruby ${{ matrix.ruby_version }}"
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit ad63bcb

Please sign in to comment.