Skip to content

Bump tough-cookie from 4.1.2 to 4.1.3 #3

Bump tough-cookie from 4.1.2 to 4.1.3

Bump tough-cookie from 4.1.2 to 4.1.3 #3

Workflow file for this run

---
name: PR Health Checks πŸ›
on:
pull_request:
branches:
- master
jobs:
PR-checks:
# https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow
runs-on: ubuntu-latest
name: PR Health Checks πŸ›
steps:
- name: πŸ“€ Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- name: πŸ§ͺ Check out repository code
uses: ./.github/workflows/health-check