diff --git a/.github/workflows/cancel-self.yml b/.github/workflows/cancel-self.yml index 0e5f4a78..e3ff55a4 100644 --- a/.github/workflows/cancel-self.yml +++ b/.github/workflows/cancel-self.yml @@ -8,7 +8,7 @@ jobs: name: Task steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test Step uses: ./ # Uses an action in the root directory with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 14c61769..a4b936f1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3.0.0 with: node-version: v14 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: yarn - run: yarn build - run: yarn format-check diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 580c39e2..6a230f0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: steps: # To use this repository's private action, you must check out the repository - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test Step uses: ./ # Uses an action in the root directory with: