Skip to content

Commit

Permalink
Merge pull request #18 from nevrome/dependabot/github_actions/freckle…
Browse files Browse the repository at this point in the history
…/stack-action-5

Bump freckle/stack-action from 4 to 5
  • Loading branch information
nevrome authored Oct 27, 2024
2 parents 864dd9e + 4afa714 commit 6f6e4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/normalCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CURRY_RUN_GOLDEN: true # run golden tests, see the README for more info
steps:
- uses: actions/checkout@v4
- uses: freckle/stack-action@v4
- uses: freckle/stack-action@v5
with:
stack-arguments: --coverage
# prepare and upload test coverage report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
tagRegexGroup: 1

- name: Build executable
uses: freckle/stack-action@v4
uses: freckle/stack-action@v5
id: stack
with:
stack-arguments: --copy-bins
Expand Down

0 comments on commit 6f6e4b7

Please sign in to comment.