Skip to content

Commit

Permalink
chore(deps): update dependency actions/checkout to v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2024
1 parent 9975ab9 commit 77c2166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let check =
GithubActions.Job::{
, runs-on = GithubActions.RunsOn.Type.ubuntu-latest
, steps =
[ GithubActions.Step::{ uses = Some "actions/checkout@v4" }
[ GithubActions.Step::{ uses = Some "actions/checkout@v4.1.5" }
, GithubActions.Step::{
, uses = Some "DeterminateSystems/flake-checker-action@v5"
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-post.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let permissions =
]

let steps =
[ GithubActions.Step::{ uses = Some "actions/checkout@v4" }
[ GithubActions.Step::{ uses = Some "actions/checkout@v4.1.5" }
, GithubActions.Step::{
, uses = Some "DeterminateSystems/nix-installer-action@v11"
}
Expand Down

0 comments on commit 77c2166

Please sign in to comment.