Skip to content

chore(deps): bump the actions-deps group across 1 directory with 7 updates #23058

chore(deps): bump the actions-deps group across 1 directory with 7 updates

chore(deps): bump the actions-deps group across 1 directory with 7 updates #23058

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