From ebdb1d1ba4a66bb68016b0838537cb5bc5af33b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:02:46 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 (#661) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-dump-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update check_examples.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen --- .github/workflows/check_examples.yml | 3 ++- .github/workflows/htmltest.yml | 2 +- .github/workflows/skip-test-check.yml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check_examples.yml b/.github/workflows/check_examples.yml index 341db3508..f3baad888 100644 --- a/.github/workflows/check_examples.yml +++ b/.github/workflows/check_examples.yml @@ -42,7 +42,8 @@ jobs: steps: - name: Dump context - uses: crazy-max/ghaction-dump-context@v2.0.0 + uses: crazy-max/ghaction-dump-context@v2.1.0 + - uses: actions/checkout@v4 if: ${{ needs.test-skip-check.outputs.no-skip }} diff --git a/.github/workflows/htmltest.yml b/.github/workflows/htmltest.yml index 9ccbd15ce..edc3126c7 100644 --- a/.github/workflows/htmltest.yml +++ b/.github/workflows/htmltest.yml @@ -30,7 +30,7 @@ jobs: needs: test-skip-check steps: - name: Dump context - uses: crazy-max/ghaction-dump-context@v2.0.0 + uses: crazy-max/ghaction-dump-context@v2.1.0 - name: Checkout code if: ${{ needs.test-skip-check.outputs.no-skip }} diff --git a/.github/workflows/skip-test-check.yml b/.github/workflows/skip-test-check.yml index 21247644f..347f96a89 100644 --- a/.github/workflows/skip-test-check.yml +++ b/.github/workflows/skip-test-check.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Dump context - uses: crazy-max/ghaction-dump-context@v2.0.0 + uses: crazy-max/ghaction-dump-context@v2.1.0 - name: Checkout code for push if: github.event_name == 'push' && github.ref == 'refs/heads/staging' @@ -86,4 +86,4 @@ jobs: # labels: ${{ inputs.labels }} - name: Dump context - uses: crazy-max/ghaction-dump-context@v2.0.0 + uses: crazy-max/ghaction-dump-context@v2.1.0