Skip to content

build(deps): bump actions/setup-python from 6.0.0 to 6.1.0 in the action-dependencies group #813

build(deps): bump actions/setup-python from 6.0.0 to 6.1.0 in the action-dependencies group

build(deps): bump actions/setup-python from 6.0.0 to 6.1.0 in the action-dependencies group #813

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
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