Bump actions/checkout from 4.0.0 to 4.1.0 (#393)
This commit is contained in:
parent
a0a8f7301f
commit
58e71351ab
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
name: nodejs ${{ matrix.node-version }} (${{ matrix.lint && 'lint → ' || '' }}${{ matrix.tests && 'test → ' || '' }}build)
|
name: nodejs ${{ matrix.node-version }} (${{ matrix.lint && 'lint → ' || '' }}${{ matrix.tests && 'test → ' || '' }}build)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.0.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v3.8.1
|
uses: actions/setup-node@v3.8.1
|
||||||
|
|
2
.github/workflows/dependabot-automerge.yml
vendored
2
.github/workflows/dependabot-automerge.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
&& startsWith(github.event.workflow_run.head_branch, 'dependabot/')
|
&& startsWith(github.event.workflow_run.head_branch, 'dependabot/')
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v4.0.0
|
uses: actions/checkout@v4.1.0
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.workflow_run.head_commit.id }}
|
ref: ${{ github.event.workflow_run.head_commit.id }}
|
||||||
|
|
||||||
|
|
2
.github/workflows/sonar.yml
vendored
2
.github/workflows/sonar.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
if: github.event.workflow_run.conclusion == 'success'
|
if: github.event.workflow_run.conclusion == 'success'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.0.0
|
- uses: actions/checkout@v4.1.0
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.event.workflow_run.head_repository.full_name }}
|
repository: ${{ github.event.workflow_run.head_repository.full_name }}
|
||||||
ref: ${{ github.event.workflow_run.head_branch }}
|
ref: ${{ github.event.workflow_run.head_branch }}
|
||||||
|
|
Loading…
Reference in a new issue