From 9a79bec601ed7fb9e33612415d1076160abb10c1 Mon Sep 17 00:00:00 2001 From: Mamoru Sobue Date: Mon, 14 Sep 2026 04:27:34 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/ansible-ci.yaml | 2 +- .github/workflows/renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-ci.yaml b/.github/workflows/ansible-ci.yaml index 902d2db..b5e512a 100644 --- a/.github/workflows/ansible-ci.yaml +++ b/.github/workflows/ansible-ci.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v7 - name: setup uv - uses: astral-sh/setup-uv@v10.0.1 + uses: astral-sh/setup-uv@v10.1.0 - name: install python run: uv python install # NOTE: from .python-version diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 58e5b4c..b409d2e 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v7 - name: run renovate - uses: renovatebot/github-action@v46.2.5 + uses: renovatebot/github-action@v46.3.1 env: # NOTE: a PAT is used instead of the default GITHUB_TOKEN, because # PRs created with GITHUB_TOKEN do not trigger the ansible-ci workflow