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 15, 2024
1 parent 017cf53 commit 0d9c3e5
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/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
check:
"runs-on": "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b" # v4.1.5
- uses: "DeterminateSystems/flake-checker-action@v5"
- uses: "DeterminateSystems/nix-installer-action@v11"
- uses: "DeterminateSystems/magic-nix-cache-action@v6"
Expand Down

0 comments on commit 0d9c3e5

Please sign in to comment.