Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Bump actions/checkout from 3 to 4 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
message:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Send a stream message
uses: zulip/github-actions-zulip/send-message@cc9efe36b8bd6423eb5688536d98ab5ddc060bc3
env:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/nightly-quarkus-ecosystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ jobs:
check-latest: true

- name: Checkout Drools repository on integration branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: kiegroup/drools
path: drools
ref: ${{ env.INTEGRATION_BRANCH }}

- name: Checkout current repository on integration branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: current-repo
ref: ${{ env.INTEGRATION_BRANCH }}

- name: Checkout Ecosystem
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ env.ECOSYSTEM_CI_REPO }}
ref: main
Expand Down Expand Up @@ -79,20 +79,20 @@ jobs:
check-latest: true

- name: Checkout drools repository on integration branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: kiegroup/drools
path: drools
ref: ${{ env.INTEGRATION_BRANCH }}

- name: Checkout current repository on integration branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: current-repo
ref: ${{ env.INTEGRATION_BRANCH }}

- name: Checkout Ecosystem
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ env.ECOSYSTEM_CI_REPO }}
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
name: Jenkinsfiles
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: main

- name: Checkout shared libraries
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: kiegroup/jenkins-pipeline-shared-libraries
path: shared-libs
Expand Down