Skip to content

Commit e62d854

Browse files
authored
Merge pull request kubernetes-sigs#4604 from kubernetes-sigs/dependabot/github_actions/dev-dependencies-754192a680
chore(deps): bump the dev-dependencies group across 1 directory with 2 updates
2 parents c45d0de + f5efad7 commit e62d854

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
22+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
2323
with:
2424
python-version: "3.12"
2525
cache: "pip"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Install Helm Docs
22-
uses: action-stars/install-tool-from-github-release@243ac555111a84756285bf7dc55df821a55d32d9 # v0.2.3
22+
uses: action-stars/install-tool-from-github-release@ece2623611b240002e0dd73a0d685505733122f6 # v0.2.4
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
owner: norwoodj
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
4242
- name: Install Artifact Hub CLI
43-
uses: action-stars/install-tool-from-github-release@243ac555111a84756285bf7dc55df821a55d32d9 # v0.2.3
43+
uses: action-stars/install-tool-from-github-release@ece2623611b240002e0dd73a0d685505733122f6 # v0.2.4
4444
with:
4545
github_token: ${{ github.token }}
4646
owner: artifacthub
@@ -59,7 +59,7 @@ jobs:
5959
version: latest
6060

6161
- name: Install Python
62-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
62+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
6363
with:
6464
token: ${{ github.token }}
6565
python-version: "3.x"

0 commit comments

Comments
 (0)