From 933de861c6ef8c021e029307916e9fe643d6afbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:11:12 +0000 Subject: [PATCH] chore: Update github-actions --- .github/workflows/deploy.yml | 2 +- .github/workflows/lint-workflows.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ae324473..6163f9bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout requested ref - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ inputs.ref || github.ref }} fetch-depth: 0 diff --git a/.github/workflows/lint-workflows.yml b/.github/workflows/lint-workflows.yml index c28af9b0..fa58a278 100644 --- a/.github/workflows/lint-workflows.yml +++ b/.github/workflows/lint-workflows.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Lint actions uses: reviewdog/action-actionlint@v1 @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Renovate Config Validator uses: tj-actions/renovate-config-validator@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a54746ed..cb2ac054 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Run release-please id: release - uses: googleapis/release-please-action@v4 + uses: googleapis/release-please-action@v5 with: target-branch: main token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}