diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa83af593..46ae09272 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: typecheck: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - name: Use Node.js uses: actions/setup-node@v3.0.0 with: @@ -19,7 +19,7 @@ jobs: lint: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - name: Use Node.js uses: actions/setup-node@v3.0.0 with: @@ -35,7 +35,7 @@ jobs: matrix: node: [ '14', '16', '17' ] steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - name: Use Node.js uses: actions/setup-node@v3.0.0 with: @@ -51,7 +51,7 @@ jobs: needs: [test] if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 with: fetch-depth: "0" persist-credentials: false diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index 51c5eda38..d7e4c0709 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -8,7 +8,7 @@ jobs: check-title: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - name: Use Node.js uses: actions/setup-node@v3.0.0 with: