Skip to content

Commit

Permalink
Merge pull request #105 from DeployGate/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.0.0

chore(deps): bump actions/checkout from 3.5.3 to 4.0.0
  • Loading branch information
jmatsu authored Sep 5, 2023
2 parents 610a5c2 + 50a2ec7 commit ef2dbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- rdoc
name: "Execute ${{ matrix.task }}"
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
with:
bundler-cache: true
Expand All @@ -38,7 +38,7 @@ jobs:
buildtools-version:
- 29.0.3
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
with:
bundler-cache: true
Expand Down

0 comments on commit ef2dbb9

Please sign in to comment.