From d00d6928c0cb629ee2cc75847a4a8b2807459939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:01:32 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `peter-evans/create-pull-request` from 7.0.1 to 7.0.3 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20...6cd32fd93684475c31847837f87bb135d40a2b79) Updates `ruby/setup-ruby` from 1.191.0 to 1.192.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/52753b7da854d5c07df37391a986c76ab4615999...a6b46b8a08edb18935835849f2a17072d5cc8c73) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-dependabot.yml | 2 +- .github/workflows/integration-test.yml | 4 ++-- .github/workflows/lint.yaml | 2 +- .github/workflows/spec-tests.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate-dependabot.yml b/.github/workflows/generate-dependabot.yml index 9162a70..c623bc1 100644 --- a/.github/workflows/generate-dependabot.yml +++ b/.github/workflows/generate-dependabot.yml @@ -20,7 +20,7 @@ jobs: uses: Makeshift/generate-dependabot-glob-action@5cd45385ce6519f68d574aab9699832b3a5e5031 # v1.3.4 - name: Create Pull Request - uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3 with: title: '[Automated] Update dependabot.yml' body: | diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 05a949e..c4dcb4a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby - uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191.0 + uses: ruby/setup-ruby@a6b46b8a08edb18935835849f2a17072d5cc8c73 # v1.192.0 - name: Install dependencies run: bundle install --jobs 4 --retry 3 - name: Run Integration Tests @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby - uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191.0 + uses: ruby/setup-ruby@a6b46b8a08edb18935835849f2a17072d5cc8c73 # v1.192.0 - name: Install dependencies run: bundle install --jobs 4 --retry 3 - name: Run Integration Tests diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ffe89f3..fb00d97 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191.0 + uses: ruby/setup-ruby@a6b46b8a08edb18935835849f2a17072d5cc8c73 # v1.192.0 - name: Install dependencies run: | bundle install --jobs 4 --retry 3 diff --git a/.github/workflows/spec-tests.yml b/.github/workflows/spec-tests.yml index 469463c..1544abb 100644 --- a/.github/workflows/spec-tests.yml +++ b/.github/workflows/spec-tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191.0 + - uses: ruby/setup-ruby@a6b46b8a08edb18935835849f2a17072d5cc8c73 # v1.192.0 - name: Install dependencies run: | bundle install --jobs 4 --retry 3