Skip to content

Commit b974f34

Browse files
build(deps): Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) 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 `actions/attest-build-provenance` from 2.4.0 to 4.1.1 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@e8998f9...0f67c3f) 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: actions/attest-build-provenance dependency-version: 4.1.1 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 818543c commit b974f34

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
rebar3-version: ${{ env.REBAR3_VERSION }}
4141

4242
- name: Cache build artifacts
43-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
43+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
4444
with:
4545
path: |
4646
_build
@@ -161,7 +161,7 @@ jobs:
161161
rebar3-version: ${{ env.REBAR3_VERSION }}
162162

163163
- name: Cache PLT
164-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
164+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
165165
with:
166166
path: _build/default/*_plt
167167
key: ${{ runner.os }}-plt-${{ hashFiles('rebar.config') }}
@@ -347,7 +347,7 @@ jobs:
347347
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
348348

349349
- name: Attest build provenance
350-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
350+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
351351
with:
352352
subject-path: '_build/prod/rel/safe_brute_force/*.tar.gz'
353353

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