diff --git a/.github/workflows/actions-config-validation.yml b/.github/workflows/actions-config-validation.yml index d8822fc..af0124e 100644 --- a/.github/workflows/actions-config-validation.yml +++ b/.github/workflows/actions-config-validation.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: actions-config-validation - uses: GrantBirki/json-yaml-validate@9caf79aecd4a7d6e788d10a7e91adf93788eb911 # pin@v2.6.0 + uses: GrantBirki/json-yaml-validate@53fae7e7ad5c90e1e232a227a23437ec31e6c75d # pin@v2.6.1 with: comment: "true" # enable comment mode yaml_schema: "__tests__/schemas/action.schema.yml" diff --git a/.github/workflows/package-check.yml b/.github/workflows/package-check.yml index 8a68177..16021aa 100644 --- a/.github/workflows/package-check.yml +++ b/.github/workflows/package-check.yml @@ -39,7 +39,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # pin@v4.3.0 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # pin@v4.3.1 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist