Bump actions/checkout from 3.6.0 to 4.0.0 (#373)

This commit is contained in:
dependabot[bot] 2023-09-05 00:13:36 +00:00 committed by GitHub
parent c37fad86f6
commit ef35642f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 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.6.0
- uses: actions/checkout@v4.0.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1

View file

@ -16,7 +16,7 @@ jobs:
&& startsWith(github.event.workflow_run.head_branch, 'dependabot/')
steps:
- name: Checkout source
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
ref: ${{ github.event.workflow_run.head_commit.id }}

View file

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