Skip to content
Snippets Groups Projects
Unverified Commit 252ced7b authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[CI] Use `actions/checkout@v3` in all workflows (#23559)

parent 0bc576d7
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ jobs:
if: github.event.pull_request.merged == true && (contains(github.event.pull_request.labels.*.name, 'backport') && github.event.action == 'closed' || github.event.label.name == 'backport')
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
......
......@@ -51,7 +51,7 @@ jobs:
edition: [oss, ee]
java-version: [11, 17]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare front-end environment
uses: ./.github/actions/prepare-frontend
- name: Prepare back-end environment
......
......@@ -128,7 +128,7 @@ jobs:
needs: create_pull_request
if: ${{ failure() }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./.github/actions/notify-pull-request
with:
include-log: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment