Skip to content

Commit

Permalink
chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
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](crazy-max/ghaction-dump-context@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent be9d10a commit 9e4d2d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skip-test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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

0 comments on commit 9e4d2d3

Please sign in to comment.