mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-15 04:46:22 +00:00
Merge pull request #820 from marocchino/dependabot/github_actions/actions/checkout-3
build(deps): Bump actions/checkout from 2 to 3
This commit is contained in:
commit
a72345f0e6
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.event == 'pull_request' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: on artifact
|
||||
id: artifact
|
||||
uses: marocchino/on_artifact@v1
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: yarn install
|
||||
- run: |
|
||||
set -o pipefail
|
||||
|
|
|
|||
Loading…
Reference in a new issue