Skip to content

Bump @smithy/config-resolver from 4.2.1 to 4.4.5 in /cdk #59

Bump @smithy/config-resolver from 4.2.1 to 4.4.5 in /cdk

Bump @smithy/config-resolver from 4.2.1 to 4.4.5 in /cdk #59

name: Update snapshot
on:
workflow_dispatch:
push:
branches:
- 'dependabot/**'
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: "22.x"
- run: |
npm ci
npm run test -- -u
working-directory: ./cdk
- name: Add & Commit
uses: EndBug/add-and-commit@v7.2.0
with:
add: "cdk/test/__snapshots__/."
message: "update snapshot"