[deps]: Update gh minor (#1315)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-29 09:34:00 -05:00 committed by Álison Fernandes
parent 0b3fe3df14
commit 5e5caa58b0

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with: with:
fetch-depth: 0 fetch-depth: 0
# Allow subsequent steps to trigger GitHub Actions via git push # Allow subsequent steps to trigger GitHub Actions via git push
@ -37,7 +37,7 @@ jobs:
${{ runner.os }}-gradle-v2- ${{ runner.os }}-gradle-v2-
- name: Configure Ruby - name: Configure Ruby
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.173.0 uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1
with: with:
bundler-cache: true bundler-cache: true
ruby-version: ${{ env.RUBY_VERSION }} ruby-version: ${{ env.RUBY_VERSION }}