File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 80
80
run : ${{ inputs.build-command }}
81
81
82
82
- name : 🦤 Cache bower
83
- uses : actions/cache@v3
83
+ uses : actions/cache@v4
84
84
with :
85
85
path : ~/.cache/bower
86
86
key : ${{ runner.OS }}-bower-${{ hashFiles('bower.json') }}
89
89
${{ runner.OS }}
90
90
91
91
- name : 🪣 Cache firebase
92
- uses : actions/cache@v3
92
+ uses : actions/cache@v4
93
93
with :
94
94
path : ./.firebase
95
95
key : ${{ runner.OS }}-firebase-${{ hashFiles('**/*.cache') }}
@@ -135,15 +135,15 @@ runs:
135
135
136
136
- name : 🔍 Find preview comment
137
137
id : find-comment
138
- uses : peter-evans/find-comment@v2
138
+ uses : peter-evans/find-comment@v3
139
139
if : steps.should-create-preview.outputs.deploy == 'yes'
140
140
with :
141
141
issue-number : ${{ github.event.number }}
142
142
comment-author : ' github-actions[bot]'
143
143
body-includes : Visit the preview URL for this PR
144
144
145
145
- name : 💬 Post preview comment
146
- uses : peter-evans/create-or-update-comment@v3
146
+ uses : peter-evans/create-or-update-comment@v4
147
147
if : steps.should-create-preview.outputs.deploy == 'yes'
148
148
with :
149
149
comment-id : ${{ steps.find-comment.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments