From 0a86357f2f8580c3bc9cab1a79c6cf0f0beb65d5 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Fri, 7 Nov 2025 17:35:14 -0500 Subject: [PATCH] pin action version --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 03eb45d..036db7e 100644 --- a/action.yml +++ b/action.yml @@ -16,14 +16,14 @@ runs: uses: actions/checkout@v4 - 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 with: previous: ${{ gitea.server_url }}/${{ gitea.repository }}/raw/tag/latest/.artixlinux/pkgbase.yaml current: .artixlinux/pkgbase.yaml - 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' }} with: mode: move @@ -63,7 +63,7 @@ runs: run: git reset --hard HEAD~1 - 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' }} with: mode: delete