Skip to content

Bump cryptography from 42.0.7 to 43.0.1 in /.github/workflows #117

Bump cryptography from 42.0.7 to 43.0.1 in /.github/workflows

Bump cryptography from 42.0.7 to 43.0.1 in /.github/workflows #117

Workflow file for this run

name: check PR (node)
on:
pull_request:
paths:
- roles/node/**
- .github/**
push:
paths:
- roles/node/**
- .github/**
branches:
- '!main'
- '**'
jobs:
run-molecule-tests:
strategy:
fail-fast: false
matrix:
molecule-driver: [docker]
uses: ./.github/workflows/reusable-molecule.yml
with:
role-name: node
molecule-driver: ${{ matrix.molecule-driver }}