Skip to content

Commit 653b8ba

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 153a334 commit 653b8ba

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/e2e-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- k8s_version: 'k8s-oldest-supported'
2727
steps:
2828
- name: Check out the repository
29-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3030

3131
- name: Run E2E deployment and tests
3232
uses: submariner-io/shipyard/gh-actions/e2e@release-0.21

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out the repository
16-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717

1818
- name: Run E2E deployment and tests
1919
uses: submariner-io/shipyard/gh-actions/e2e@release-0.21

.github/workflows/flake_finder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
lighthouse: ['', 'lighthouse']
2222
steps:
2323
- name: Check out the repository
24-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2525

2626
- name: Run E2E deployment and tests
2727
uses: submariner-io/shipyard/gh-actions/e2e@release-0.21

.github/workflows/linting.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Check out the repository
41-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
41+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4242

4343
- name: Set up Helm
4444
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
4545
with:
4646
version: v3.6.0
4747

4848
- name: Set up Python
49-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
49+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
5050
with:
5151
python-version: '3.13.x'
5252

@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Check out the repository
67-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
67+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6868
with:
6969
fetch-depth: 0
7070
- name: Run gitlint
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Check out the repository
78-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
78+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7979

8080
- name: Run helm-docs and verify docs are up-to-date
8181
run: make helm-docs
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Check out the repository
88-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
88+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
8989

9090
- name: Run markdown-link-check
9191
uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
steps:
101101
- name: Check out the repository
102-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
102+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
103103
- name: Run markdownlint
104104
run: make markdownlint
105105

@@ -108,6 +108,6 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- name: Check out the repository
111-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
111+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
112112
- name: Run yamllint
113113
run: make yamllint

.github/workflows/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write
1717
steps:
1818
- name: Check out the repository
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020

2121
- name: Run markdown-link-check
2222
uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)