diff --git a/.github/workflows/cancel-all.yml b/.github/workflows/cancel-all.yml index 9c3affe4..42980fe6 100644 --- a/.github/workflows/cancel-all.yml +++ b/.github/workflows/cancel-all.yml @@ -10,7 +10,7 @@ jobs: name: Task steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test Step uses: ./ # Uses an action in the root directory with: diff --git a/.github/workflows/cancel-self.yml b/.github/workflows/cancel-self.yml index b6067f15..4f30bed9 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@v3 + uses: actions/checkout@v4 - 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 51714ba0..2c46f00e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3.5.1 with: node-version: v14 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: yarn - run: yarn build - run: yarn format-check diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a230f0d..a19cf49c 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@v3 + uses: actions/checkout@v4 - name: Test Step uses: ./ # Uses an action in the root directory with: