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:
marocchino 2022-11-16 03:25:47 +09:00 committed by GitHub
commit a72345f0e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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