Skip to content

Commit bc1e7f3

Browse files
Merge branch 'main' into update-prompt-template
2 parents 3912e40 + c07582f commit bc1e7f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-release-url.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
environment: production
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: "0"
1919
token: ${{ secrets.PAT_SERVICE_ACCOUNT }}
20+
ref: main
2021

2122
- name: Get Latest Release
2223
uses: pozetroninc/[email protected]

0 commit comments

Comments
 (0)