Skip to content

Commit

Permalink
Upgrade skip-duplicate-actions GHA action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jun 5, 2022
1 parent 82f35f2 commit d3c3843
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- id: skip_check
# NOTE: We store action as submodule since ASF doesn't allow directly referencing external
# actions
uses: ./.github/actions/skip-duplicate-actions # v3.4.0
uses: ./.github/actions/skip-duplicate-actions # v4.0.0
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depsreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- id: skip_check
# NOTE: We store action as submodule since ASF doesn't allow directly referencing external
# actions
uses: ./.github/actions/skip-duplicate-actions # v3.4.1
uses: ./.github/actions/skip-duplicate-actions # v4.0.0
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- id: skip_check
# NOTE: We store action as submodule since ASF doesn't allow directly referencing external
# actions
uses: ./.github/actions/skip-duplicate-actions # v3.4.0
uses: ./.github/actions/skip-duplicate-actions # v4.0.0
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- id: skip_check
# NOTE: We store action as submodule since ASF doesn't allow directly referencing external
# actions
uses: ./.github/actions/skip-duplicate-actions # v3.4.1
uses: ./.github/actions/skip-duplicate-actions # v4.0.0
with:
github_token: ${{ github.token }}

Expand Down

0 comments on commit d3c3843

Please sign in to comment.