Skip to content

Commit

Permalink
74-fixes: regarding actions/checkout#1809
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderj15 committed Aug 16, 2024
1 parent 3ec8a78 commit 5c8dd86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ jobs:
uses: actions/checkout@v3
with:
path: source
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
- name: initial cabal.project for sdist
run: |
touch cabal.project
Expand Down Expand Up @@ -196,3 +198,5 @@ jobs:
with:
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
path: ~/.cabal/store
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

0 comments on commit 5c8dd86

Please sign in to comment.