Skip to content

Commit f54ff0e

Browse files
authored
use latest versions for actions
1 parent be31ce3 commit f54ff0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@main
1717
- name: Set up Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@main
1919
with:
2020
python-version: '3.10'
2121
- name: Setup Linux Environment
@@ -59,7 +59,7 @@ jobs:
5959
cd -
6060
6161
- name: Upload artifact
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@main
6363
with:
6464
name: microstructpy_${{ matrix.doc-type }}_documentation
6565
path: ${{ env.art_path }}

0 commit comments

Comments
 (0)