Bump actions/checkout from 3.5.0 to 3.5.2 (#224)

This commit is contained in:
dependabot[bot] 2023-04-25 14:59:59 +02:00 committed by GitHub
parent 92155ae9b2
commit 2d5ba1d8f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ jobs:
name: nodejs ${{ matrix.node-version }} (${{ matrix.lint && 'lint → ' || '' }}${{ matrix.tests && 'test → ' || '' }}build)
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0

View file

@ -12,7 +12,7 @@ jobs:
if: github.event.workflow_run.conclusion == 'success'
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_branch }}