From 8ecb5eaca35d4f317eeac62c587336bd0574a228 Mon Sep 17 00:00:00 2001 From: "alma-renovate-bot[bot]" <163289924+alma-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:18:09 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/actions/setup/action.yml | 2 +- .github/workflows/aqua.yml | 4 ++-- .github/workflows/ci.yml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 102df1b..2910886 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -8,7 +8,7 @@ runs: using: "composite" steps: - name: Set up Python ${{ inputs.python-version }} - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ inputs.python-version }} - name: Install dependencies diff --git a/.github/workflows/aqua.yml b/.github/workflows/aqua.yml index 156aacc..6bac622 100644 --- a/.github/workflows/aqua.yml +++ b/.github/workflows/aqua.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: show-progress: false @@ -30,7 +30,7 @@ jobs: service_account: github-gar-strufi@lyrical-carver-335213.iam.gserviceaccount.com - name: Authenticate to Artifact Registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 with: registry: europe-docker.pkg.dev username: oauth2accesstoken diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 139fff3..5ad5608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/setup with: python-version: ${{ env.PYTHON_MINIMAL_VERSION }} @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/setup with: python-version: ${{ env.PYTHON_MINIMAL_VERSION }} @@ -55,7 +55,7 @@ jobs: matrix: python-version: ${{ fromJSON(needs.define-matrix.outputs.python-versions) }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/setup with: python-version: ${{ matrix.python-version }} @@ -71,7 +71,7 @@ jobs: matrix: python-version: ${{ fromJSON(needs.define-matrix.outputs.python-versions) }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/setup with: python-version: ${{ matrix.python-version }}