Skip to content

Commit 35210c3

Browse files
committed
updating action versions
1 parent bb01121 commit 35210c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.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 repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.12'
2929

@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/configure-pages@v4
4545

4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v2
47+
uses: actions/upload-pages-artifact@v3
4848
with:
4949
path: 'powersensor_local/docs/build/html'
5050

0 commit comments

Comments
 (0)