Skip to content

Commit 6a7ba91

Browse files
committed
update actions versions
1 parent 5ae0d9e commit 6a7ba91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919

2020
steps:
2121
- name: Check out code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Set up Python
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: "3.11"
2727
- name: Set up Poetry
28-
uses: Gr1N/setup-poetry@v8
28+
uses: Gr1N/setup-poetry@v9
2929
with:
3030
poetry-version: "1.3.2"
3131
- name: Install package
@@ -42,10 +42,10 @@ jobs:
4242
run: poetry run python -m uc_python.collate
4343
- name: Upload artifact
4444
id: upload
45-
uses: actions/upload-pages-artifact@v1
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
path: site
4848
- name: Deploy to GitHub Pages
4949
id: deployment
50-
uses: actions/deploy-pages@v1
50+
uses: actions/deploy-pages@v4
5151

0 commit comments

Comments
 (0)