Skip to content

Commit

Permalink
Merge pull request #175 from qrilka/bump-checkout-action
Browse files Browse the repository at this point in the history
Bump versions of checkout and cache actions
  • Loading branch information
qrilka committed May 5, 2024
2 parents 56b3d05 + 613a607 commit 61ab9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
extra-args: ""
steps:
- name: Clone project
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.stack
key: ${{ runner.os }}-${{ hashFiles(matrix.stack-yaml) }}-${{ matrix.extra-args }}
Expand Down

0 comments on commit 61ab9f4

Please sign in to comment.