Skip to content

Commit 9a2266e

Browse files
dependabot[bot]RafalKorepta
authored andcommitted
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d55f56 commit 9a2266e

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/comment_added.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
secret-ids: |
2222
,sdlc/prod/github/jira
2323
parse-json-secrets: true
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- uses: actions/setup-python@v6
2626
with:
2727
python-version: '3.9'

.github/workflows/jira_issue_manage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
secret-ids: |
2828
,sdlc/prod/github/jira
2929
parse-json-secrets: true
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- uses: actions/setup-python@v6
3232
with:
3333
python-version: '3.9'

.github/workflows/pull_requests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
charts-kminion: ${{ steps.chart-changes.outputs.charts-kminion }}
3737
go-code: ${{ steps.chart-changes.outputs.go-code }}
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
- uses: dorny/paths-filter@v3
4141
id: chart-changes
4242
with:
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
8383
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v6
8585
- run: task ci:lint
8686
test-go:
8787
needs: [changes, lint]
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
9797
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}
98-
- uses: actions/checkout@v5
98+
- uses: actions/checkout@v6
9999
- run: go test ./... -short
100100
test-charts-connectors:
101101
needs: [changes, lint]

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
5353
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
with:
5656
fetch-depth: 0
5757
fetch-tags: true

.github/workflows/release_from_operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
6464
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666
with:
6767
fetch-depth: 0
6868
fetch-tags: true

.github/workflows/test_connect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
3939
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 0
4343
- name: Create kind cluster

.github/workflows/test_connectors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
key: helm-repositories
4444
path: |
4545
~/.cache/helm
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
- name: Create kind cluster

.github/workflows/test_kminion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
key: helm-repositories
4646
path: |
4747
~/.cache/helm
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
5151
- name: Create kind cluster

0 commit comments

Comments
 (0)