Skip to content

Commit 5674f73

Browse files
committed
[ECP-9722] Use commit hash of the tag instead of the version tag
1 parent 925c5f0 commit 5674f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/marketplace-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
contents: read
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
1616

17-
- uses: actions/setup-node@v4
17+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
1818
with:
1919
node-version: 20
2020

0 commit comments

Comments
 (0)