From b53b5b98081e156103f7aa9a2c5d086f702e9430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:16:34 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.2 to 5.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.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/v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/manual.yml | 2 +- .github/workflows/manual2.yml | 2 +- .github/workflows/manual3.yaml | 2 +- action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index e9fd2aa..71e2ef1 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -33,7 +33,7 @@ jobs: steps: # Runs a single command using the runners shell - name: Checkout repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: setup python uses: actions/setup-python@v5.6.0 diff --git a/.github/workflows/manual2.yml b/.github/workflows/manual2.yml index 4f6b7c6..2c6a761 100644 --- a/.github/workflows/manual2.yml +++ b/.github/workflows/manual2.yml @@ -33,7 +33,7 @@ jobs: steps: # Runs a single command using the runners shell - name: Checkout repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: setup python uses: actions/setup-python@v5.6.0 diff --git a/.github/workflows/manual3.yaml b/.github/workflows/manual3.yaml index 294ccc3..86e95f8 100644 --- a/.github/workflows/manual3.yaml +++ b/.github/workflows/manual3.yaml @@ -35,7 +35,7 @@ jobs: steps: # Runs a single command using the runners shell - name: Checkout repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: setup python uses: actions/setup-python@v5.6.0 diff --git a/action.yml b/action.yml index 6a91aa1..50b9e56 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: shell: bash - name: checkout this repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 with: repository: bossOfCode/generate-uuid