mirror of
https://github.com/Mikaela/cv.git
synced 2025-08-20 03:27:23 +02:00
Compare commits
2 Commits
74e9bec0e7
...
bdd5ccd483
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bdd5ccd483 | ||
5efb4f4e1b |
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -4,8 +4,10 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
timezone: "Europe/Helsinki"
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
timezone: "Europe/Helsinki"
|
||||||
|
2
.github/workflows/html5validator.yml
vendored
2
.github/workflows/html5validator.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3 # Required will all actions
|
- uses: actions/checkout@v4 # Required will all actions
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user