Bump actions/checkout from 2 to 4 (#9003)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/android_checkstyle.yml
vendored
2
.github/workflows/android_checkstyle.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: [ default ]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Fetch origin/development
|
||||
run: git fetch origin development
|
||||
- name: Set up JDK 17
|
||||
|
||||
2
.github/workflows/branch_cut.yml
vendored
2
.github/workflows/branch_cut.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
environment: RELEASE_BRANCH_CUT
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Setup Git Credentials for @${{ github.actor }}
|
||||
|
||||
2
.github/workflows/generate_apk_diff.yml
vendored
2
.github/workflows/generate_apk_diff.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Clear Cache
|
||||
run: |
|
||||
sudo rm -rf ~/Python
|
||||
|
||||
2
.github/workflows/generate_build.yml
vendored
2
.github/workflows/generate_build.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
runs-on: [ android ]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Override App Version Code
|
||||
if: github.event_name == 'workflow_dispatch' && inputs.version_code != ''
|
||||
run: sed -i 's/def VERSION_CODE = [0-9].*/def VERSION_CODE = ${{ inputs.version_code }}/g' app/build.gradle
|
||||
|
||||
2
.github/workflows/metrics_logger.yml
vendored
2
.github/workflows/metrics_logger.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
runs-on: [ macOS ]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Log Build Metadata
|
||||
run: |
|
||||
echo "Commit SHA: ${{ github.sha }}"
|
||||
|
||||
2
.github/workflows/upload_file.yml
vendored
2
.github/workflows/upload_file.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Clear Cache
|
||||
run: |
|
||||
|
||||
2
.github/workflows/validate_release_pr.yml
vendored
2
.github/workflows/validate_release_pr.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: [ default ]
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Check if link to original PR is added in PR body
|
||||
run: |
|
||||
ORIGINAL_PR_NUMBER=$(echo "${{ github.event.pull_request.body }}" | grep -o "https://github.cmd.navi-tech.in/${{ github.repository }}/pull/[0-9]*" | grep -o "[0-9]*")
|
||||
|
||||
Reference in New Issue
Block a user