Skip to content

Commit 6b35312

Browse files
committed
ci: update used actions
1 parent 32fb04d commit 6b35312

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-pages.yml

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

2020
steps:
2121
- name: ⬇ Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v5
2323

2424
- name: 🔑 Configure GPG key
2525
run: |
@@ -32,12 +32,12 @@ jobs:
3232
sudo apt-get -y install apt-utils
3333
3434
- name: 🏗 Set up Python 3.10
35-
uses: actions/setup-python@v4
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: "3.10"
3838

3939
- name: 📦 Cache apt-ftparchive db
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: cache
4343
key: ${{ runner.os }}-apt-ftparchive
@@ -85,7 +85,7 @@ jobs:
8585
apindex debian
8686
8787
- name: ⬆ Upload pages artifact
88-
uses: actions/upload-pages-artifact@v1
88+
uses: actions/upload-pages-artifact@v4
8989
with:
9090
path: ./public
9191

@@ -101,4 +101,4 @@ jobs:
101101
steps:
102102
- name: Deploy to GitHub Pages
103103
id: deployment
104-
uses: actions/deploy-pages@v1
104+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)