Skip to content

build(deps): bump the dependencies group with 4 updates #670

build(deps): bump the dependencies group with 4 updates

build(deps): bump the dependencies group with 4 updates #670

Workflow file for this run

name: Run AWS KMS tests
on:
push:
pull_request:
permissions: {}
jobs:
local-aws-kms:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout securesystemslib
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.x'
cache: 'pip'
cache-dependency-path: 'requirements*.txt'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade tox
- name: Run tests
run: tox -e local-aws-kms