Skip to content

Commit 89ad420

Browse files
committed
Move to tag
1 parent 1a69121 commit 89ad420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
steps:
2424
- name: Fetch supported versions file
2525
id: fetch-file
26-
uses: yoanm/gha-supported-versions-parser/github-downloader@feature/init
26+
uses: yoanm/gha-supported-versions-parser/github-downloader@v1
2727
with:
2828
file-path: .github/workflows/supported-versions.json
2929

3030
- name: Fetch PHP supported versions
3131
id: fetch-php-versions
32-
uses: yoanm/gha-supported-versions-parser@feature/init
32+
uses: yoanm/gha-supported-versions-parser@v1
3333
with:
3434
path: ${{ steps.fetch-file.outputs.path }}
3535
dependency: php

0 commit comments

Comments
 (0)