diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index cbe364d5de9..97864b3381b 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 a11c928c09e..1955cbfdfab 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