Skip to content

Commit 37d2da8

Browse files
committed
bump action step versions
1 parent 0b98a99 commit 37d2da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update.yml

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

2525
- name: Setup Python 🐍
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: '3.10'
2929
cache: 'pip'
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Archive documentation files 📁
7676
if: steps.check.outputs.update == 'true'
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: ${{ steps.check.outputs.msg }}
8080
path: scripts/tmp

0 commit comments

Comments
 (0)