1
0
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.

2 changed files with 1 additions and 3 deletions

View File

@ -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"

View File

@ -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: