Skip to content

Commit f31d5aa

Browse files
committed
Label pinned actions with version tags
1 parent d8b33e7 commit f31d5aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ runs:
122122

123123
- name: Deploy preview directory
124124
if: env.action == 'deploy'
125-
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e
125+
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # v4.5.0
126126
with:
127127
token: ${{ env.token }}
128128
repository-name: ${{ env.deployrepo }}
@@ -139,7 +139,7 @@ runs:
139139

140140
- name: Leave a comment after deployment
141141
if: env.action == 'deploy' && env.deployment_status == 'success'
142-
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
142+
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
143143
with:
144144
header: pr-preview
145145
message: "\
@@ -160,7 +160,7 @@ runs:
160160

161161
- name: Remove preview directory
162162
if: env.action == 'remove'
163-
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e
163+
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # v4.5.0
164164
with:
165165
token: ${{ env.token }}
166166
repository-name: ${{ env.deployrepo }}
@@ -172,7 +172,7 @@ runs:
172172

173173
- name: Leave a comment after removal
174174
if: env.action == 'remove' && env.deployment_status == 'success'
175-
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
175+
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
176176
with:
177177
header: pr-preview
178178
message: "\

0 commit comments

Comments
 (0)