Skip to content

Commit

Permalink
chore(deps): pin actions/checkout action to 692973e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and radoslawgrochowski committed Jun 25, 2024
1 parent b3881a6 commit 30f64a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: DeterminateSystems/flake-checker-action@v8
- uses: DeterminateSystems/nix-installer-action@v12
- uses: DeterminateSystems/magic-nix-cache-action@v7
Expand All @@ -31,7 +31,7 @@ jobs:
name: ${{ matrix.name }}-build
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: DeterminateSystems/flake-checker-action@v8
- uses: DeterminateSystems/nix-installer-action@v12
- uses: DeterminateSystems/magic-nix-cache-action@v7
Expand Down

0 comments on commit 30f64a4

Please sign in to comment.