From 712cbdfec0f56066dccc184fb52eac8037938d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:37:24 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.2.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/v3.1.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/robot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62549c7..1fbd4cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: name: Build, deploy, release steps: - name: Check out code - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v4.2.2 with: submodules: true - name: Set SSH key diff --git a/.github/workflows/robot.yml b/.github/workflows/robot.yml index 4b3eb1e..61d8ea4 100644 --- a/.github/workflows/robot.yml +++ b/.github/workflows/robot.yml @@ -13,7 +13,7 @@ jobs: name: Build and deploy steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 with: fetch-tags: true fetch-depth: 0