Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/setup-no…
Browse files Browse the repository at this point in the history
…de-4
  • Loading branch information
digikata authored Jan 9, 2024
2 parents 0dee30d + ebdb1d1 commit 0b6bacf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
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 0b6bacf

Please sign in to comment.