Skip to content

Commit 4dc7e8b

Browse files
dependabot[bot]steveoh
authored andcommitted
chore(deps): bump the ci-dependencies group with 3 updates
Bumps the ci-dependencies group with 3 updates: [actions/cache](https://github.com/actions/cache), [peter-evans/find-comment](https://github.com/peter-evans/find-comment) and [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `peter-evans/find-comment` from 2 to 3 - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](peter-evans/find-comment@v2...v3) Updates `peter-evans/create-or-update-comment` from 3 to 4 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2087c18 commit 4dc7e8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
run: ${{ inputs.build-command }}
8181

8282
- name: 🦤 Cache bower
83-
uses: actions/cache@v3
83+
uses: actions/cache@v4
8484
with:
8585
path: ~/.cache/bower
8686
key: ${{ runner.OS }}-bower-${{ hashFiles('bower.json') }}
@@ -89,7 +89,7 @@ runs:
8989
${{ runner.OS }}
9090
9191
- name: 🪣 Cache firebase
92-
uses: actions/cache@v3
92+
uses: actions/cache@v4
9393
with:
9494
path: ./.firebase
9595
key: ${{ runner.OS }}-firebase-${{ hashFiles('**/*.cache') }}
@@ -135,15 +135,15 @@ runs:
135135

136136
- name: 🔍 Find preview comment
137137
id: find-comment
138-
uses: peter-evans/find-comment@v2
138+
uses: peter-evans/find-comment@v3
139139
if: steps.should-create-preview.outputs.deploy == 'yes'
140140
with:
141141
issue-number: ${{ github.event.number }}
142142
comment-author: 'github-actions[bot]'
143143
body-includes: Visit the preview URL for this PR
144144

145145
- name: 💬 Post preview comment
146-
uses: peter-evans/create-or-update-comment@v3
146+
uses: peter-evans/create-or-update-comment@v4
147147
if: steps.should-create-preview.outputs.deploy == 'yes'
148148
with:
149149
comment-id: ${{ steps.find-comment.outputs.comment-id }}

0 commit comments

Comments
 (0)