Skip to content

Commit 99639ca

Browse files
chore(deps): Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2980c8d commit 99639ca

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
actionlint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313

1414
- name: Run actionlint
1515
uses: docker://rhysd/actionlint:1.7.11

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v4

.github/workflows/dependabot-pipcompile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: apk update && apk add --no-cache git
3030

31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.event_name == 'release'
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
with:
2525
ref: refs/tags/${{ github.event.release.tag_name }}
2626
# mike needs the full git history to manage versioned deployments
@@ -61,7 +61,7 @@ jobs:
6161
if: github.event_name != 'release'
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/checkout@v6
64+
- uses: actions/checkout@v7
6565
with:
6666
# mike needs the full git history to manage versioned deployments
6767
fetch-depth: 0

.github/workflows/gating.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
pip install --upgrade pip nox
3131
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
with:
3434
fetch-depth: 0
3535

@@ -62,7 +62,7 @@ jobs:
6262
apt-get update && apt-get install --no-install-recommends --no-install-suggests -y git
6363
pip install --upgrade pip nox
6464
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666
with:
6767
fetch-depth: 0
6868

@@ -73,7 +73,7 @@ jobs:
7373
name: Hadolint
7474
runs-on: ubuntu-latest
7575
steps:
76-
- uses: actions/checkout@v6
76+
- uses: actions/checkout@v7
7777
- uses: hadolint/hadolint-action@v3.3.0
7878
with:
7979
dockerfile: Dockerfile
@@ -92,7 +92,7 @@ jobs:
9292
runs-on: ubuntu-latest
9393

9494
steps:
95-
- uses: actions/checkout@v6
95+
- uses: actions/checkout@v7
9696
with:
9797
fetch-depth: 0
9898
- uses: tj-actions/changed-files@v47
@@ -128,7 +128,7 @@ jobs:
128128
/var/tmp/venv/bin/pip3 install --upgrade pip nox podman-compose requests typer tenacity
129129
130130
- name: add checkout action...
131-
uses: actions/checkout@v6
131+
uses: actions/checkout@v7
132132
with:
133133
fetch-depth: 0
134134

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737

3838
- name: Set up Docker Buildx
3939
uses: docker/setup-buildx-action@v4

0 commit comments

Comments
 (0)