Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent 4168b55 commit 77f1224
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 @@ -19,7 +19,7 @@ jobs:
ruby: ["2.7", "3.0", "3.1"]
steps:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Install Ruby and gems
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47
with:
Expand All @@ -35,7 +35,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Install Ruby and gems
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Install Ruby and gems
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47
with:
Expand Down

0 comments on commit 77f1224

Please sign in to comment.