From 6c01ac680a8fa573aa914bfd41243aa4a118f275 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 Sep 2023 21:13:06 +0000 Subject: [PATCH] chore(workflows): pin actions/checkout action v4 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v1.2.0 | v4.1.0 | | github-tags | actions/checkout | v1.2.0 | v4.1.0 | --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 54ca2055..1c2dfbfe 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout git repository - uses: actions/checkout@v1.2.0 + uses: actions/checkout@v4.1.0 - name: Lint code run: yarn lint - name: Test code @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout git repository - uses: actions/checkout@v1.2.0 + uses: actions/checkout@v4.1.0 - name: Check commits uses: minddocdev/mou-pr-action@master with: