Skip to content

chore(deps): bump aws-actions/configure-aws-credentials from 6.1.1 to 6.1.3 in /.github/actions/e2e/upgrade-crds in the action-deps group #23717

chore(deps): bump aws-actions/configure-aws-credentials from 6.1.1 to 6.1.3 in /.github/actions/e2e/upgrade-crds in the action-deps group

chore(deps): bump aws-actions/configure-aws-credentials from 6.1.1 to 6.1.3 in /.github/actions/e2e/upgrade-crds in the action-deps group #23717

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
- 'release-v*'
- 'staging/*'
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
if: github.repository == 'aws/karpenter-provider-aws'
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./.github/actions/install-deps
- name: Enable the actionlint matcher
run: echo "::add-matcher::.github/actionlint-matcher.json"
- run: make ci-non-test
shell: bash