Skip to content

Commit 1ba3828

Browse files
chore(deps): bump actions/setup-python from 5 to 6 in the github-actions group (#2768)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f220ee7 commit 1ba3828

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
wget https://github.com/jgm/pandoc/releases/download/2.17.1.1/pandoc-2.17.1.1-1-amd64.deb
3333
sudo dpkg -i pandoc-2.17.1.1-1-amd64.deb
34-
- uses: actions/setup-python@v5
34+
- uses: actions/setup-python@v6
3535
with:
3636
python-version-file: '.python-version'
3737
- name: Cache Python dependencies

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- name: Check out repository
1010
uses: actions/checkout@v5
11-
- uses: actions/setup-python@v5
11+
- uses: actions/setup-python@v6
1212
with:
1313
python-version-file: '.python-version'
1414
- name: Cache Python dependencies

0 commit comments

Comments
 (0)