From 76cb918cf54d8c18999bce182c98cc8d250c1411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:25:57 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#505) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [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/v3.5.3...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/continous-integration.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index cc03176..7d5f241 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -18,7 +18,7 @@ jobs: steps: - - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - uses: actions/setup-node@v3.7.0 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 411877d..2ae6d6f 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v4.0.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 721b9d4..1c77137 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Use Node.js 14