Skip to content

Commit 89854a8

Browse files
Bump the github-actions group with 2 updates (#505)
Bumps the github-actions group with 2 updates: [haskell-actions/hlint-scan](https://github.com/haskell-actions/hlint-scan) and [actions/cache](https://github.com/actions/cache). Updates `haskell-actions/hlint-scan` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/haskell-actions/hlint-scan/releases) - [Changelog](https://github.com/haskell-actions/hlint-scan/blob/main/docs/CHANGELOG.md) - [Commits](haskell-actions/hlint-scan@3e2feb2...abd8bbb) Updates `actions/cache` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) --- updated-dependencies: - dependency-name: haskell-actions/hlint-scan dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d85d56 commit 89854a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/hlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
security-events: write
1010
steps:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12-
- uses: haskell-actions/hlint-scan@3e2feb228d5d90db9ba2bb93c720d83e4c06681c # v1.2.0
12+
- uses: haskell-actions/hlint-scan@abd8bbb55afd1ec2c86bc28e081c1ca49037dd9c # v1.3.0

.github/workflows/stack-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# out-of-date one, so we benefit from using restore-keys to bootstrap it
104104
# with a previous index.
105105
- name: Cache Pantry Package Index
106-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
106+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
107107
with:
108108
# Everything except the decompressed Hackage index tarball. Why is
109109
# that even materialized to disk?
@@ -120,7 +120,7 @@ jobs:
120120
# GHC takes a while to gunzip and configure; let's try caching it
121121
# pre-configured with zstd.
122122
- name: Cache Configured GHC
123-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
123+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
124124
with:
125125
# Omit the tarball itself; it'll double the cache size assuming
126126
# similar compression ratios.
@@ -145,7 +145,7 @@ jobs:
145145
# other builds with the same GHC version to benefit from any packages in
146146
# common between two lockfiles.
147147
- name: Cache Dependencies
148-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
148+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
149149
with:
150150
# The Stack global work directory, minus GHC installations (already
151151
# extracted from a tarball) and the Pantry package index (already
@@ -181,7 +181,7 @@ jobs:
181181
# Cache pre-built modules for incremental builds, making sure to keep
182182
# builds with different dependencies separate.
183183
- name: Cache Modules
184-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
184+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
185185
with:
186186
path: "**/.stack-work"
187187
key: |

0 commit comments

Comments
 (0)