File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ jobs:
2626 steps :
2727 - name : Fetch supported versions file
2828 id : fetch-file
29- uses : yoanm/gha-supported-versions-parser/github-downloader@feature/init
29+ uses : yoanm/gha-supported-versions-parser/github-downloader@v1
3030 with :
3131 file-path : .github/workflows/supported-versions.json
3232
3333 - name : Fetch PHP supported versions
3434 id : fetch-php-versions
35- uses : yoanm/gha-supported-versions-parser@feature/init
35+ uses : yoanm/gha-supported-versions-parser@v1
3636 with :
3737 path : ${{ steps.fetch-file.outputs.path }}
3838 dependency : php
3939
4040 - name : Fetch Symfony supported versions
4141 id : fetch-symfony-versions
42- uses : yoanm/gha-supported-versions-parser@feature/init
42+ uses : yoanm/gha-supported-versions-parser@v1
4343 with :
4444 path : ${{ steps.fetch-file.outputs.path }}
4545 dependency : symfony
You can’t perform that action at this time.
0 commit comments