Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/component-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Process
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v6.4.1
if: |
github.event_name == 'pull_request_target' &&
(github.event.action == 'opened' ||
Expand All @@ -49,7 +49,7 @@ jobs:
body: `:warning: This PR changes Camel components and will be tested automatically.`
})
- name: 'Download artifact'
uses: actions/github-script@v3.1.0
uses: actions/github-script@v6.4.1
if: |
github.event_name == 'workflow_run'
with:
Expand All @@ -76,7 +76,7 @@ jobs:
- run: unzip test-logs.zip
if: |
github.event_name == 'workflow_run'
- uses: actions/github-script@v6
- uses: actions/github-script@v6.4.1
if: |
github.event_name == 'workflow_run'
with:
Expand Down