diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 210004f67..58659f972 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -128,7 +128,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '4.0.2' + ruby-version: '4.0.3' - name: Get license run: | gem install licensee diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index e245eacd2..e1b5f7f37 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6.0.2 - name: Run Renovate - uses: renovatebot/github-action@eb932558ad942cccfd8211cf535f17ff183a9f74 # v46.1.9 + uses: renovatebot/github-action@83ec54fee49ab67d9cd201084c1ff325b4b462e4 # v46.1.10 with: configurationFile: renovate.json token: ${{ github.token }}