Skip to content

Commit da3c312

Browse files
Merge pull request #83 from borgbackup/gha-update-versions
github actions: update versions
2 parents 664bc8e + 8ea6b16 commit da3c312

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
@@ -8,10 +8,10 @@ jobs:
88
update-web:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-python@v2
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-python@v4
1313
with:
14-
python-version: '3.8'
14+
python-version: '3.10'
1515
- name: Publish pages to web
1616
shell: bash
1717
env:

0 commit comments

Comments
 (0)