Skip to content

Commit 0276ab2

Browse files
Merge pull request #1272 from r-lib/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0
2 parents 1deef6e + 4db8d65 commit 0276ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v5.6.0
30+
uses: actions/setup-python@v6.0.0
3131
with:
3232
python-version: "3.13"
3333

0 commit comments

Comments
 (0)