From b92ea2a12a6722068c0efeb1901aa59a4be4adde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:04:25 -0400 Subject: [PATCH] chore(deps): actions/checkout from 3 to 4 (#247) --- .github/workflows/commit_lint.yml | 2 +- .github/workflows/integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index 4017e63d..3c7fe4af 100644 --- a/.github/workflows/commit_lint.yml +++ b/.github/workflows/commit_lint.yml @@ -11,7 +11,7 @@ jobs: matrix: node-version: [18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Git commits diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2e52b090..f25781b8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,7 +19,7 @@ jobs: matrix: node-version: [18.x, 20.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: