Skip to content

Commit 5d138fd

Browse files
committed
ci: Update checkout action to try and resolve PR creation issue
1 parent 7cd3cc6 commit 5d138fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview_release_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: "!contains(github.event.head_commit.message, 'chore: prepare release')" # Skip merges from releases
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/[email protected].1
10+
- uses: actions/[email protected].3
1111
with:
1212
fetch-depth: 0
1313
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)