diff --git a/.github/workflows/comment_on_workflow_run.yml b/.github/workflows/comment_on_workflow_run.yml index 6a041b3..7c4eb40 100644 --- a/.github/workflows/comment_on_workflow_run.yml +++ b/.github/workflows/comment_on_workflow_run.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91d7af4..d46c861 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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