Skip to content

Commit fa7a16e

Browse files
Merge pull request #2 from goauthentik/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
1 parent 376f964 commit fa7a16e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rolling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
pipx install poetry || true
3636
- name: Setup Python
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version-file: client-python/pyproject.toml
4040
- name: Fetch schema

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
pipx install poetry || true
7575
- name: Setup Python
76-
uses: actions/setup-python@v5
76+
uses: actions/setup-python@v6
7777
with:
7878
python-version-file: client-python/pyproject.toml
7979
- name: Fetch schema

0 commit comments

Comments
 (0)