Skip to content

Commit 5d44431

Browse files
chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail). Updates `actions/cache` from 5.0.5 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) Updates `dawidd6/action-send-mail` from 6e502825a508b867ab2954ad6343b68787624c01 to 994f270325d4f7257aff241a35488ef54ba364a4 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@6e50282...994f270) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dawidd6/action-send-mail dependency-version: 994f270325d4f7257aff241a35488ef54ba364a4 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed4d498 commit 5d44431

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cabal-version: '3.10'
3636

3737
- name: Cache Cabal
38-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
38+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
3939
with:
4040
path: |
4141
~/.cabal/packages

.github/workflows/compilation_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ jobs:
5454
toolchain: ${{ matrix.rust }}
5555

5656
- name: Cache cargo registry
57-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
57+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
5858
with:
5959
path: ~/.cargo/registry
6060
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
6161

6262
- name: Cache cargo index
63-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
63+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
6464
with:
6565
path: ~/.cargo/git
6666
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
6767

6868
- name: Cache cargo build
69-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
69+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
7070
with:
7171
path: impl/rust-cli/target
7272
key: ${{ runner.os }}-cargo-build-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}

.github/workflows/idris-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Cache Idris2 install
6262
id: idris2-cache
63-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
63+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
6464
with:
6565
path: ~/.idris2
6666
key: idris2-0.8.0-${{ runner.os }}-v1

.github/workflows/lean-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
toolchain: stable
4646

4747
- name: Cache Lean build
48-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
48+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
4949
with:
5050
path: proofs/lean4/.lake
5151
key: ${{ runner.os }}-lean-${{ hashFiles('proofs/lean4/lakefile.lean', 'proofs/lean4/lean-toolchain') }}

.github/workflows/push-email-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Send push notification email
18-
uses: dawidd6/action-send-mail@6e502825a508b867ab2954ad6343b68787624c01 # pinned
18+
uses: dawidd6/action-send-mail@994f270325d4f7257aff241a35488ef54ba364a4 # pinned
1919
with:
2020
server_address: ${{ secrets.SMTP_HOST }}
2121
server_port: ${{ secrets.SMTP_PORT }}

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
components: rustfmt, clippy
2525

2626
- name: Cache Rust dependencies
27-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
27+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
2828
with:
2929
path: |
3030
~/.cargo/bin/

0 commit comments

Comments
 (0)