Skip to content

Commit 8ef79bb

Browse files
authored
Update build.yml
1 parent aa1310b commit 8ef79bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@ on:
1313
branches:
1414
- main
1515

16-
1716
jobs:
1817
build:
1918
name: Generate the website
2019
runs-on: ubuntu-latest
2120
steps:
22-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2322
with:
2423
token: ${{ secrets.GITHUB_TOKEN }}
25-
- uses: actions/setup-python@v3
24+
- uses: actions/setup-python@v5
2625
with:
2726
python-version: '3.10'
2827
architecture: 'x64'

0 commit comments

Comments
 (0)