build(deps): 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](9c091bb21b...3d3c42e5aa)

---
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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-27 00:42:30 +00:00
committed by GitHub
parent f7d33c2610
commit 5db144fd72
4 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ jobs:
if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
steps: steps:
- name: Clone the code - name: Clone the code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Go - name: Setup Go

View File

@@ -18,7 +18,7 @@ jobs:
outputs: outputs:
doc: ${{ steps.filter.outputs.doc }} doc: ${{ steps.filter.outputs.doc }}
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706
id: filter id: filter
with: with:
@@ -33,7 +33,7 @@ jobs:
runs-on: [ubuntu-latest] runs-on: [ubuntu-latest]
steps: steps:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go 1.x - name: Set up Go 1.x
@@ -56,7 +56,7 @@ jobs:
runs-on: [ubuntu-latest] runs-on: [ubuntu-latest]
steps: steps:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go 1.x - name: Set up Go 1.x
@@ -80,7 +80,7 @@ jobs:
runs-on: [ubuntu-latest] runs-on: [ubuntu-latest]
steps: steps:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16
with: with:
@@ -127,7 +127,7 @@ jobs:
KUSTOMIZE_DOCKER_E2E: ${{ matrix.docker-e2e }} KUSTOMIZE_DOCKER_E2E: ${{ matrix.docker-e2e }}
steps: steps:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16
with: with:

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go 1.x - name: Set up Go 1.x

View File

@@ -31,7 +31,7 @@ jobs:
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
- name: Run install script with mocked releases payload - name: Run install script with mocked releases payload
shell: bash shell: bash