From 17367618eccec87ade7fde5eff161d267da39bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 21:56:45 +0000 Subject: [PATCH] :arrow_up: Bump actions/checkout from 2.3.4 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/node.yml | 4 ++-- .github/workflows/test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 93da64578..4342f1730 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.5.2 - name: Setup Node.js uses: actions/setup-node@v2.1.5 with: diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index c884411e0..94bc7ba85 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -23,7 +23,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.5.2 - name: Setup Node.js uses: actions/setup-node@v2.1.5 with: @@ -53,7 +53,7 @@ jobs: needs: [test] steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.5.2 - name: Setup Node.js uses: actions/setup-node@v2.1.5 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index caa966e8f..aa541d692 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.5.2 - name: Setup Node.js uses: actions/setup-node@v2.1.5 with: