Skip to content

Commit 2fea0d1

Browse files
chore(deps): bump the actions group with 3 updates (#27)
Bumps the actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [erlef/setup-beam](https://github.com/erlef/setup-beam) 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 `erlef/setup-beam` from 1.24.0 to 1.24.1 - [Release notes](https://github.com/erlef/setup-beam/releases) - [Commits](erlef/setup-beam@fc68ffb...54075bc) 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: erlef/setup-beam dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-patch 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 170e099 commit 2fea0d1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ghc-version: '9.8.2'
3030
cabal-version: '3.10'
3131
- name: Cache Cabal
32-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
32+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3333
with:
3434
path: |
3535
~/.cabal/packages

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: dtolnay/rust-toolchain@6d9817901c499d6b02debbb57edb38d33daa680b # stable
2020
with:
2121
components: rustfmt, clippy
22-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
22+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
2323
with:
2424
path: |
2525
~/.cargo/registry
@@ -42,11 +42,11 @@ jobs:
4242
contents: read
4343
steps:
4444
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
45-
- uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1
45+
- uses: erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1
4646
with:
4747
otp-version: "26.2.1"
4848
elixir-version: "1.16.0"
49-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
49+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
5050
with:
5151
path: |
5252
services/seamstressd/deps

.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 }}

0 commit comments

Comments
 (0)