mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
build(deps): bump actions/checkout from 3 to 4 (#1105)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
16efc6408d
commit
4361a54820
4
.github/workflows/code-samples.yml
vendored
4
.github/workflows/code-samples.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Gradle Wrapper Validation
|
- name: Gradle Wrapper Validation
|
||||||
uses: gradle/wrapper-validation-action@v1.1.0
|
uses: gradle/wrapper-validation-action@v1.1.0
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
- tree_structure_provider
|
- tree_structure_provider
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/dependabot-combine-prs.yml
vendored
2
.github/workflows/dependabot-combine-prs.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
|||||||
console.log('Combined: ' + combined);
|
console.log('Combined: ' + combined);
|
||||||
return combined
|
return combined
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# Creates a branch with other PR branches merged together
|
# Creates a branch with other PR branches merged together
|
||||||
|
@ -9,7 +9,7 @@ jobs:
|
|||||||
generate:
|
generate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Generate
|
- name: Generate
|
||||||
run: "${GITHUB_WORKSPACE}/.github/scripts/android_studio_releases.main.kts"
|
run: "${GITHUB_WORKSPACE}/.github/scripts/android_studio_releases.main.kts"
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
|
@ -9,7 +9,7 @@ jobs:
|
|||||||
generate:
|
generate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Generate
|
- name: Generate
|
||||||
run: "${GITHUB_WORKSPACE}/.github/scripts/libraries_releases.main.kts"
|
run: "${GITHUB_WORKSPACE}/.github/scripts/libraries_releases.main.kts"
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
|
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user