Skip to content

Commit 9830c55

Browse files
committed
bump github actions versions
1 parent 9f6990a commit 9830c55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout 🛎️
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Setup Python 🐍
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
28-
python-version: '3.10'
28+
python-version: '3.14'
2929
cache: 'pip'
3030

3131
- name: Install dependencies ⚙️
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Archive documentation files 📁
7676
if: steps.check.outputs.update == 'true'
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v6
7878
with:
7979
name: ${{ steps.check.outputs.msg }}
8080
path: scripts/tmp

0 commit comments

Comments
 (0)