Skip to content

Commit 9b93db7

Browse files
build: Bump actions/setup-python from 6.3.0 to 7.0.0 (#827)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f037b7 commit 9b93db7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo-site-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fetch-depth: 0
6161

6262
- name: Setup Python
63-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
63+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6464
with:
6565
python-version: "3.12" # install the python version needed
6666

.github/workflows/validate-recommendations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626

2727
- name: Set up Python 3.x
28-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
28+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2929
with:
3030
python-version: 3.x
3131

0 commit comments

Comments
 (0)