From 080eb55ff0f55e36509dcea6dbd2984f526f69a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:11:09 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/index.yml | 2 +- .github/workflows/manual.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/index.yml b/.github/workflows/index.yml index 0de9fec9d..c18995b4d 100644 --- a/.github/workflows/index.yml +++ b/.github/workflows/index.yml @@ -16,7 +16,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Runs a single command using the runners shell - name: Index diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index c82688f2a..e76011a14 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: self-ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Python Install run: | python -m venv --system-site-packages .venv