This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/github_actions/actions/checkout-4
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
commit d35d2242042a7e8c7813d13b26500bd4d138d058
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 19 18:23:08 2023 +0000
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/issues.yml | 2 +-
.github/workflows/pr-jenkins.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml
index cbe364d5de..97864b3381 100644
--- a/.github/workflows/issues.yml
+++ b/.github/workflows/issues.yml
@@ -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:
diff --git a/.github/workflows/pr-jenkins.yml b/.github/workflows/pr-jenkins.yml
index a11c928c09..1955cbfdfa 100644
--- a/.github/workflows/pr-jenkins.yml
+++ b/.github/workflows/pr-jenkins.yml
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]