pin action version

This commit is contained in:
2025-11-07 17:35:14 -05:00
parent bf449513c0
commit 0a86357f2f

View File

@@ -16,14 +16,14 @@ runs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Parse pkgbase - name: Parse pkgbase
uses: https://git.sanin.dev/packages_test/pkgbase-yaml-parser@master uses: https://git.sanin.dev/packages_test/pkgbase-yaml-parser@4a8498f97548b099c71519fb39e839bcd96294d2
id: parsed id: parsed
with: with:
previous: ${{ gitea.server_url }}/${{ gitea.repository }}/raw/tag/latest/.artixlinux/pkgbase.yaml previous: ${{ gitea.server_url }}/${{ gitea.repository }}/raw/tag/latest/.artixlinux/pkgbase.yaml
current: .artixlinux/pkgbase.yaml current: .artixlinux/pkgbase.yaml
- name: Move package - name: Move package
uses: https://git.sanin.dev/packages_test/pkgbase-yaml-parser@master uses: https://git.sanin.dev/packages_test/pkgbase-yaml-parser@4a8498f97548b099c71519fb39e839bcd96294d2
if: ${{ steps.parsed.outputs.move == 'true' }} if: ${{ steps.parsed.outputs.move == 'true' }}
with: with:
mode: move mode: move
@@ -63,7 +63,7 @@ runs:
run: git reset --hard HEAD~1 run: git reset --hard HEAD~1
- name: Delete package - name: Delete package
uses: https://git.sanin.dev/packages_test/pkgbase-yaml-parser@master uses: https://git.sanin.dev/packages_test/pkgbase-yaml-parser@4a8498f97548b099c71519fb39e839bcd96294d2
if: ${{ steps.parsed.outputs.delete == 'true' }} if: ${{ steps.parsed.outputs.delete == 'true' }}
with: with:
mode: delete mode: delete