From d45b3b4f7d75d1c6ab2d783d2d5745c5bd786b2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:58:01 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/auto-review.yaml | 6 +++--- .github/workflows/module-test.yaml | 10 +++++----- .github/workflows/pr.yaml | 14 +++++++------- .github/workflows/publish-content.yaml | 6 +++--- .github/workflows/publish-preview.yaml | 6 +++--- .github/workflows/publish-snapshot.yaml | 6 +++--- .github/workflows/release.yaml | 6 +++--- .github/workflows/test-cleanup.yaml | 4 ++-- .github/workflows/test-cloudformation.yaml | 2 +- .github/workflows/test-util-ci.yml | 2 +- 10 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/auto-review.yaml b/.github/workflows/auto-review.yaml index 3bc3f4dbc9..b5dcc793c0 100644 --- a/.github/workflows/auto-review.yaml +++ b/.github/workflows/auto-review.yaml @@ -21,11 +21,11 @@ jobs: - name: Check out code uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Get AWS credentials - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.INFERENCE_AWS_ROLE_ARN }} role-duration-seconds: 1800 diff --git a/.github/workflows/module-test.yaml b/.github/workflows/module-test.yaml index d9dff03112..00c342dfe5 100644 --- a/.github/workflows/module-test.yaml +++ b/.github/workflows/module-test.yaml @@ -49,7 +49,7 @@ jobs: echo "Using cluster ID ${CLUSTER_ID}" echo "CLUSTER_ID=$CLUSTER_ID" >> $GITHUB_ENV - name: Get AWS credentials - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-duration-seconds: 3600 @@ -63,7 +63,7 @@ jobs: make create-infrastructure environment="$CLUSTER_ID" - name: Refresh AWS credentials if: always() - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-duration-seconds: 3600 @@ -82,14 +82,14 @@ jobs: run: | export AWS_DEFAULT_REGION="$AWS_REGION" bash hack/run-tests.sh "$CLUSTER_ID" "$MODULE" "$GLOB" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 id: upload-durations with: name: test-durations-${{ env.CLUSTER_ID }} path: website/test-durations.json - name: Refresh AWS credentials if: always() - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-duration-seconds: 3600 @@ -106,7 +106,7 @@ jobs: make test environment="$CLUSTER_ID" module="cleanup" - name: Refresh AWS credentials if: always() - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-duration-seconds: 3600 diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index cfb7eeb418..9bd4688962 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -23,9 +23,9 @@ jobs: - name: Check out code uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Get kubectl version run: | source hack/lib/kubectl-version.sh @@ -59,15 +59,15 @@ jobs: steps: - uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 22 - - uses: actions/setup-python@v5 + node-version: 24 + - uses: actions/setup-python@v6 - uses: hashicorp/setup-terraform@v3 with: terraform_version: "~1.9.0" - name: Setup TFLint - uses: terraform-linters/setup-tflint@v5 + uses: terraform-linters/setup-tflint@v6 - name: Setup terraform-docs uses: jaxxstorm/action-install-gh-release@v2.1.0 with: @@ -109,7 +109,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check for content label - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const labels = context.payload.pull_request.labels; diff --git a/.github/workflows/publish-content.yaml b/.github/workflows/publish-content.yaml index 1efe1e45cb..c028fa7cb2 100644 --- a/.github/workflows/publish-content.yaml +++ b/.github/workflows/publish-content.yaml @@ -18,9 +18,9 @@ jobs: - name: Check out code uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Get kubectl version run: | source hack/lib/kubectl-version.sh @@ -31,7 +31,7 @@ jobs: version: "${{ env.KUBECTL_VERSION }}" id: install - name: Get AWS credentials - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-duration-seconds: 900 diff --git a/.github/workflows/publish-preview.yaml b/.github/workflows/publish-preview.yaml index 5f195a1e5c..1a1ffb131a 100644 --- a/.github/workflows/publish-preview.yaml +++ b/.github/workflows/publish-preview.yaml @@ -18,9 +18,9 @@ jobs: - name: Check out code uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Get kubectl version run: | source hack/lib/kubectl-version.sh @@ -31,7 +31,7 @@ jobs: version: "${{ env.KUBECTL_VERSION }}" id: install - name: Get AWS credentials - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-duration-seconds: 900 diff --git a/.github/workflows/publish-snapshot.yaml b/.github/workflows/publish-snapshot.yaml index af2bcaa326..6d65896c0a 100644 --- a/.github/workflows/publish-snapshot.yaml +++ b/.github/workflows/publish-snapshot.yaml @@ -18,9 +18,9 @@ jobs: - name: Check out code uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Get kubectl version run: | source hack/lib/kubectl-version.sh @@ -31,7 +31,7 @@ jobs: version: "${{ env.KUBECTL_VERSION }}" id: install - name: Get AWS credentials - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-duration-seconds: 900 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c44d6e1990..62825e5ca0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,9 +20,9 @@ jobs: fetch-tags: true submodules: recursive - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Get kubectl version run: | source hack/lib/kubectl-version.sh @@ -33,7 +33,7 @@ jobs: version: "${{ env.KUBECTL_VERSION }}" id: install - name: Get AWS credentials - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-duration-seconds: 900 diff --git a/.github/workflows/test-cleanup.yaml b/.github/workflows/test-cleanup.yaml index 314bd02556..a266eba1ae 100644 --- a/.github/workflows/test-cleanup.yaml +++ b/.github/workflows/test-cleanup.yaml @@ -18,14 +18,14 @@ jobs: steps: - name: Check out code uses: actions/checkout@v5 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: "17" - name: Install utilities run: | sudo apt install -y gettext - name: Get AWS credentials - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-duration-seconds: 3600 diff --git a/.github/workflows/test-cloudformation.yaml b/.github/workflows/test-cloudformation.yaml index 10ddfaf8c5..57587bcc58 100644 --- a/.github/workflows/test-cloudformation.yaml +++ b/.github/workflows/test-cloudformation.yaml @@ -28,7 +28,7 @@ jobs: - name: Set branch name run: echo "TEST_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV - name: Get AWS credentials - uses: aws-actions/configure-aws-credentials@v4.3.1 + uses: aws-actions/configure-aws-credentials@v5.1.0 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-duration-seconds: 3600 diff --git a/.github/workflows/test-util-ci.yml b/.github/workflows/test-util-ci.yml index 4e02c61f51..0682a3540b 100644 --- a/.github/workflows/test-util-ci.yml +++ b/.github/workflows/test-util-ci.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js ${{ env.node_version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ env.node_version }} registry-url: "https://registry.npmjs.org"