chore(deps): update dependency actions/checkout to v4.1.5 (#14)

This commit is contained in:
renovate[bot] 2024-05-16 01:58:08 +02:00 committed by GitHub
parent 794a1ce1d1
commit 3c08bc3963
Failed to generate hash of commit

View file

@ -12,7 +12,7 @@ let check =
GithubActions.Job::{ GithubActions.Job::{
, runs-on = GithubActions.RunsOn.Type.ubuntu-latest , runs-on = GithubActions.RunsOn.Type.ubuntu-latest
, steps = , steps =
[ GithubActions.Step::{ uses = Some "actions/checkout@v4" } [ GithubActions.Step::{ uses = Some "actions/checkout@v4.1.5" }
, GithubActions.Step::{ , GithubActions.Step::{
, uses = Some "DeterminateSystems/flake-checker-action@v7" , uses = Some "DeterminateSystems/flake-checker-action@v7"
} }