From e833e70fa04c702b97aa4cd632ab890d92e97ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:43:48 +0000 Subject: [PATCH] Bump actions/checkout from 3.2.0 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 4.1.7. - [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.2.0...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main_test.yaml | 6 +++--- .github/workflows/release_please.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main_test.yaml b/.github/workflows/main_test.yaml index 40b9bed3..b06e39c8 100644 --- a/.github/workflows/main_test.yaml +++ b/.github/workflows/main_test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.7 - name: Formatting using Super-Linter uses: github/super-linter@v4 @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository with submodules - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.7 with: submodules: 'recursive' # Ensures all submodules are checked out lfs: true # Ensures LFS objects for the main repo are pulled @@ -71,7 +71,7 @@ jobs: # - Linting steps: - name: Checkout repository with submodules and LFS - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.7 with: submodules: recursive lfs: true diff --git a/.github/workflows/release_please.yaml b/.github/workflows/release_please.yaml index 4339008c..a1f47ad9 100644 --- a/.github/workflows/release_please.yaml +++ b/.github/workflows/release_please.yaml @@ -17,7 +17,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v3.2.0 + - uses: actions/checkout@v4.1.7 - name: Run read-yaml action id: yaml-data