File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2020
21- - uses : haskell/actions/setup@v2
21+ - uses : haskell/actions/setup@5ff2575cfa27ef8693b7252e0ed1cb0ad87af57e # v2.3.7
2222 with :
2323 enable-stack : true
2424
2525 - name : Cache dependencies
26- uses : actions/cache@v3
26+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
2727 with :
2828 path : ~/.stack
2929 key : stack-${{ hashFiles('package.yaml', 'stack.yaml') }}
3030 restore-keys : stack-
3131
3232 - name : Cache build artifacts
33- uses : actions/cache@v3
33+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
3434 with :
3535 path : .stack-work
3636 key : build-${{ hashFiles('app/**', 'src/**', 'test/**') }}
Original file line number Diff line number Diff line change 5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Update version tags
57- uses : zyactions/update-semver@v1
57+ uses : zyactions/update-semver@c9a9216ea7196808948ba819fa19abe4a246a711 # v1.0.3
5858 with :
5959 ignore-prerelease : false
You can’t perform that action at this time.
0 commit comments