Skip to content

Commit

Permalink
Pin GitHub Actions workflows to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 14, 2023
1 parent e6d2ff0 commit 9abb765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# most of the time caches should hit.
echo "::set-output name=week-no::$(date -u +%Y-%U)"
- uses: actions/cache@v3
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
id: cache
with:
path: |
Expand All @@ -115,7 +115,7 @@ jobs:
key: ${{ steps.resolve-resolver.outputs.resolver }}-${{ steps.week-no.outputs.week-no }}-${{ hashFiles('exercises/**/package.yaml') }}
restore-keys: ${{ steps.resolve-resolver.outputs.resolver }}-${{ steps.week-no.outputs.week-no }}-

- uses: haskell/actions/setup@v2
- uses: haskell/actions/setup@{"message":"Not Found","documentation_url":"https://docs.github.com/rest"}
with:
enable-stack: true
stack-version: 'latest'
Expand Down

0 comments on commit 9abb765

Please sign in to comment.