Skip to content

Commit bf49c07

Browse files
committed
Update .github/workflows/build.yml
1 parent 1190092 commit bf49c07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- name: Checkout repository code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1414
- name: List files in the repository
1515
run: |
1616
ls ${{ github.workspace }}
1717
- name: Install nix
18-
uses: cachix/install-nix-action@v22
18+
uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
1919
with:
2020
nix_path: nixpkgs=channel:nixos-unstable
2121
- name: enter-shell
@@ -34,9 +34,9 @@ jobs:
3434
runs-on: ubuntu-latest
3535
continue-on-error: true
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3838
# ormolu-0.5.0.1
39-
- uses: mrkkrp/ormolu-action@v14
39+
- uses: mrkkrp/ormolu-action@01e83f5d20f21a120aa5646f224d80032768765b # v14
4040
with:
4141
version: 0.5.0.1
4242
extra-args: --no-cabal -o -XGHC2021

0 commit comments

Comments
 (0)