From 6713fc151024a6a90242982bde74f7dad2bb0202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 01:18:32 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.154.0 to 1.155.0 (#4117) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.154.0 to 1.155.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/52b8784594ec115fd17094752708121dc5dabb47...d37167af451eb51448db3354e1057b75c4b268f7) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/erd.yml | 2 +- .github/workflows/lint.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/erd.yml b/.github/workflows/erd.yml index a7a7bf5e0a1..667860f3393 100644 --- a/.github/workflows/erd.yml +++ b/.github/workflows/erd.yml @@ -25,7 +25,7 @@ jobs: - name: Install and start database service run: | docker-compose up -d db - - uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.149.0 + - uses: ruby/setup-ruby@d37167af451eb51448db3354e1057b75c4b268f7 # v1.149.0 with: bundler-cache: true - name: Install Graphviz diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0ee2b919759..40dafdc3554 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.149.0 + - uses: ruby/setup-ruby@d37167af451eb51448db3354e1057b75c4b268f7 # v1.149.0 with: bundler-cache: true - name: Rubocop @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.149.0 + - uses: ruby/setup-ruby@d37167af451eb51448db3354e1057b75c4b268f7 # v1.149.0 with: bundler-cache: true - name: Brakeman @@ -41,7 +41,7 @@ jobs: - name: login to Github Packages run: echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.154.0 + - uses: ruby/setup-ruby@d37167af451eb51448db3354e1057b75c4b268f7 # v1.155.0 with: bundler-cache: true - name: krane render