Skip to content

Commit

Permalink
Merge pull request #41 from github-community-projects/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/dependencies-b6b310a825

chore(deps): bump the dependencies group across 1 directory with 2 updates
  • Loading branch information
rmosolgo authored Dec 12, 2024
2 parents 656e49b + e5a6000 commit fa4dab1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- "~> 7.0.0"
- "~> 7.1.0"
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Ruby ${{ matrix.ruby_version }}
uses: ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1
with:
ruby-version: ${{ matrix.ruby_version }}
- name: Build and test
Expand All @@ -40,9 +40,9 @@ jobs:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Ruby
uses: ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1
with:
ruby-version: 3.2
- name: Build and test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1
with:
bundler-cache: true
ruby-version: ruby
Expand Down

0 comments on commit fa4dab1

Please sign in to comment.