mirror of
https://github.com/Mikaela/cv.git
synced 2025-08-20 11:37:22 +02:00
Compare commits
No commits in common. "bdd5ccd48331e0fd4a5d72614374d3896390b013" and "74e9bec0e75ce790223c6bb4cd2693493fa9eef9" have entirely different histories.
bdd5ccd483
...
74e9bec0e7
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -4,10 +4,8 @@ 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@v4 # Required will all actions
|
- uses: actions/checkout@v3 # 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