mirror of
https://github.com/lektor/lektor-website.git
synced 2025-03-13 08:45:51 +01:00
chore(ci): update actions to latest versions (#386)
This commit is contained in:
parent
58b6c979bd
commit
4c6f0f486a
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -26,11 +26,11 @@ jobs:
|
||||
name: Build lektor website
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- uses: actions/setup-node@v3
|
||||
python-version: "3.12"
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user