Skip to content

Commit

Permalink
Bump actions/checkout to v4 (#165)
Browse files Browse the repository at this point in the history
Merge pull request 165
  • Loading branch information
ashmaroli authored Oct 28, 2024
1 parent bf48f64 commit ccbf11a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- "2.7"
- "3.0"
steps:
- uses: actions/checkout@v2
- 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.6
steps:
- uses: actions/checkout@v2
- 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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ruby_version: ["2.7"]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "Set up Ruby ${{ matrix.ruby_version }}"
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit ccbf11a

Please sign in to comment.