Skip to content

Commit 156efe8

Browse files
chore(deps): bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [haskell-actions/setup](https://github.com/haskell-actions/setup), [github/codeql-action](https://github.com/github/codeql-action) and [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Updates `haskell-actions/setup` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](haskell-actions/setup@v2.11.0...v2.12.0) Updates `github/codeql-action` from 4.37.3 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.37.3...v4.37.6) Updates `Swatinem/rust-cache` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v2.9.1...v2.9.2) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: Swatinem/rust-cache dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15ec2e6 commit 156efe8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: .casket-ssg
3333

3434
- name: Setup GHCup
35-
uses: haskell-actions/setup@v2.11.0
35+
uses: haskell-actions/setup@v2.12.0
3636
with:
3737
ghc-version: '9.8.2'
3838
cabal-version: '3.10'

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
uses: actions/checkout@v7.0.1
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@v4.37.3
49+
uses: github/codeql-action/init@v4.37.6
5050
with:
5151
languages: ${{ matrix.language }}
5252
build-mode: ${{ matrix.build-mode }}
5353

5454
- name: Perform CodeQL Analysis
55-
uses: github/codeql-action/analyze@v4.37.3
55+
uses: github/codeql-action/analyze@v4.37.6
5656
with:
5757
category: "/language:${{ matrix.language }}"

.github/workflows/panicbot-sweep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
toolchain: stable
4949

5050
- name: Cache Rust dependencies
51-
uses: Swatinem/rust-cache@v2.9.1
51+
uses: Swatinem/rust-cache@v2.9.2
5252
with:
5353
workspaces: |
5454
bots/panicbot -> target

0 commit comments

Comments
 (0)