Skip to content

Commit 99ba655

Browse files
committed
Move to tag
1 parent f9b2593 commit 99ba655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)