Skip to content

Commit 52eedde

Browse files
authored
Merge pull request #202 from CloudNativeLinz/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 3e1dd7c + 850fe12 commit 52eedde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
id: pages
5454
uses: actions/configure-pages@v6
5555
- name: Set up Python
56-
uses: actions/setup-python@v6
56+
uses: actions/setup-python@v7
5757
with:
5858
python-version: '3.12'
5959
- name: Install Python dependencies

0 commit comments

Comments
 (0)