Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.5.2 to 3.6.0 (#38)
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 Feb 23, 2024
1 parent 3d64536 commit c2ed95e
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", "3.2"]
steps:
- name: Checkout code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Install Ruby and gems
uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251
with:
Expand All @@ -35,7 +35,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Install Ruby and gems
uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Install Ruby and gems
uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251
with:
Expand Down

0 comments on commit c2ed95e

Please sign in to comment.