From f53283942ed514152d5cd925f7a79d1613c367bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:43:22 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/renovate.yml | 2 +- .github/workflows/website-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index f465678..6e1a4c3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Renovate - uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14 + uses: renovatebot/github-action@6d859fc95779be83a0335ca704879b47e5d79641 # v46.1.16 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN != '' && secrets.RENOVATE_TOKEN || github.token }} diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index d2949eb..d302c06 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: ruby/setup-ruby@v1 with: - ruby-version: 4.0.3 + ruby-version: 4.0.5 bundler-cache: true - name: install dependencies run: |