Skip to content

Commit c5af75e

Browse files
authored
Merge pull request #5247 from kubernetes-sigs/dependabot/github_actions/dev-dependencies-1ac63278d5
chore(deps): bump the dev-dependencies group across 1 directory with 2 updates
2 parents 4c6db17 + fab5b9a commit c5af75e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependency-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/[email protected]
1818
# https://github.com/renovatebot/github-action
1919
- name: self-hosted renovate
20-
uses: renovatebot/[email protected].17
20+
uses: renovatebot/[email protected].18
2121
with:
2222
# https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication
2323
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
22+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2323
with:
2424
python-version: "3.12"
2525
cache: "pip"

.github/workflows/lint-test-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: ah lint --kind helm || exit 1
7979

8080
- name: Install Python
81-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
81+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
8282
with:
8383
token: ${{ github.token }}
8484
python-version: "3.x"

0 commit comments

Comments
 (0)