From 4097b639d0105f17c5aee6cade5a4669dc3bf8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:14:12 +0000 Subject: [PATCH] Bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [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/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/use-setup-tektoncd-action.yaml | 2 +- .github/workflows/use-setup-tektoncd-cli-action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/use-setup-tektoncd-action.yaml b/.github/workflows/use-setup-tektoncd-action.yaml index 5f4dcc2..337176a 100644 --- a/.github/workflows/use-setup-tektoncd-action.yaml +++ b/.github/workflows/use-setup-tektoncd-action.yaml @@ -28,7 +28,7 @@ jobs: cluster_name: kind wait: 120s # checking out the project code on the current workspace - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # self loading the action.yaml definitions, making possible to run the action defined on this # project directly - uses: ./setup-tektoncd/ diff --git a/.github/workflows/use-setup-tektoncd-cli-action.yaml b/.github/workflows/use-setup-tektoncd-cli-action.yaml index f0c2580..fb02434 100644 --- a/.github/workflows/use-setup-tektoncd-cli-action.yaml +++ b/.github/workflows/use-setup-tektoncd-cli-action.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: # checking out the project code on the current workspace - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # self loading the action.yaml definitions, making possible to run the action defined on this # project directly