Skip to content

Commit a80a7a2

Browse files
committed
bump workflow deps
1 parent 10be4c9 commit a80a7a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ on:
99

1010
jobs:
1111
deploy:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout submodules
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
submodules: true
1818
fetch-depth: 0
1919

2020
- name: Setup Hugo
21-
uses: peaceiris/actions-hugo@v2
21+
uses: peaceiris/actions-hugo@v3
2222
with:
23-
hugo-version: 'latest'
23+
hugo-version: "latest"
2424

2525
- name: Replace secrets
2626
env:
@@ -35,7 +35,7 @@ jobs:
3535
run: hugo
3636

3737
- name: Copy website to host
38-
uses: appleboy/scp-action@v0.1.3
38+
uses: appleboy/scp-action@v1.0.0
3939
with:
4040
host: pfadfinder-konstanz.de
4141
username: pfadiskn

0 commit comments

Comments
 (0)