1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-08-20 03:27:23 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
bdd5ccd483
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-09 18:11:31 +00:00
5efb4f4e1b
dependabot.yml: add timezone 2023-09-09 21:10:23 +03:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

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