Skip to content

Commit c07582f

Browse files
authored
Update update-release-url.yml (#951)
1 parent a543550 commit c07582f

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)