Skip to content

Commit cd4242f

Browse files
build(deps): Bump the actions group with 3 updates (#3)
Bumps the actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) Updates `dependabot/fetch-metadata` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@dbb049a...ffa630c) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dependabot/fetch-metadata dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 2712346 commit cd4242f

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
@@ -36,7 +36,7 @@ jobs:
3636
rebar3-version: ${{ env.REBAR3_VERSION }}
3737

3838
- name: Cache build artifacts
39-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
39+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
4040
with:
4141
path: |
4242
_build
@@ -154,7 +154,7 @@ jobs:
154154
rebar3-version: ${{ env.REBAR3_VERSION }}
155155

156156
- name: Cache PLT
157-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
157+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
158158
with:
159159
path: _build/default/*_plt
160160
key: ${{ runner.os }}-plt-${{ hashFiles('rebar.config') }}
@@ -322,7 +322,7 @@ jobs:
322322
rebar3 as prod tar
323323
324324
- name: Create GitHub Release
325-
uses: softprops/action-gh-release@v2
325+
uses: softprops/action-gh-release@v3
326326
with:
327327
files: _build/prod/rel/safe_brute_force/*.tar.gz
328328
generate_release_notes: true

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- name: Fetch Dependabot metadata
5656
id: meta
57-
uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2.0
57+
uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0
5858
with:
5959
github-token: ${{ secrets.GITHUB_TOKEN }}
6060

0 commit comments

Comments
 (0)