From 3f7ea1fc36117a36cf53ae5d917f3b7c05e29d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:51:22 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `GrantBirki/json-yaml-validate` from 2.3.1 to 2.4.0 - [Release notes](https://github.com/grantbirki/json-yaml-validate/releases) - [Commits](https://github.com/grantbirki/json-yaml-validate/compare/3add42f5fa8bfff04a3fe664d27a316736257ef1...ce9d0c1ff859732d3839a5e1cdc22ff203aa464a) Updates `actions/upload-artifact` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32) --- updated-dependencies: - dependency-name: GrantBirki/json-yaml-validate dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/actions-config-validation.yml | 2 +- .github/workflows/package-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions-config-validation.yml b/.github/workflows/actions-config-validation.yml index 30b2d7c..28f745f 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@3add42f5fa8bfff04a3fe664d27a316736257ef1 # pin@v2.3.1 + uses: GrantBirki/json-yaml-validate@ce9d0c1ff859732d3839a5e1cdc22ff203aa464a # pin@v2.4.0 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 2adc479..1d66ea4 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@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # pin@v3.1.3 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist