Skip to content

Commit a320631

Browse files
netomispoenemann
authored andcommitted
Unpin the pr-preview-action
Need to unpin the action as it checks out itself using the provided tag
1 parent 89e8cdf commit a320631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
name: "site"
5757
path: ./public
58-
- uses: rossjrw/pr-preview-action@183082fd714654433c8e2f6daedbfb4f20f2a94a # v1.4.4
58+
- uses: rossjrw/pr-preview-action@v1
5959
id: deployment
6060
with:
6161
source-dir: ./public
@@ -74,7 +74,7 @@ jobs:
7474
# while the content will not be used
7575
- name: Checkout
7676
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
77-
- uses: rossjrw/pr-preview-action@183082fd714654433c8e2f6daedbfb4f20f2a94a # v1.4.4
77+
- uses: rossjrw/pr-preview-action@v1
7878
id: deployment
7979
with:
8080
preview-branch: previews

0 commit comments

Comments
 (0)