Skip to content

Commit 169b3bf

Browse files
authored
Merge pull request #690 from TimMcCool/dependabot/github_actions/actions/setup-python-7
chore(deps): bump actions/setup-python from 6 to 7
2 parents fba7f10 + b92f0d7 commit 169b3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
commit_message: ${{ github.event.head_commit.message }}
3636

3737
- name: Set up Python 3.12
38-
uses: actions/setup-python@v6
38+
uses: actions/setup-python@v7
3939
with:
4040
python-version: "3.12"
4141

0 commit comments

Comments
 (0)