Skip to content

Commit 832796b

Browse files
authored
Merge pull request #11211 from haskell/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 30f75ae + b2c27fe commit 832796b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/users-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
submodules: recursive
5353

5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858

0 commit comments

Comments
 (0)