Skip to content

Commit 7b27ee2

Browse files
committed
Update GH actions to newer versions
1 parent 8c700f4 commit 7b27ee2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
STEP_S3_BUCKET: ${{ github.event.inputs.website }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
with:
2525
submodules: 'recursive'
2626
fetch-depth: '0'
@@ -30,9 +30,9 @@ jobs:
3030
hugo-version: '0.102.3'
3131
# extended: true
3232
- name: Setup Python
33-
uses: actions/setup-python@v2
33+
uses: actions/setup-python@v4
3434
with:
35-
python-version: 3.8
35+
python-version: '3.10'
3636
- name: Build Hugo
3737
run: hugo --buildFuture
3838
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)