Skip to content

Commit

Permalink
Merge pull request #1429 from jhipster/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
DanielFran authored Sep 4, 2023
2 parents e35025a + 9740135 commit 9093d6a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
workflow-vue: ${{ steps.build.outputs.workflow-vue }}
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'jhipster/generator-jhipster'
- name: 'Build matrix'
Expand Down Expand Up @@ -81,11 +81,11 @@ jobs:
# Install all tools and check configuration
#----------------------------------------------------------------------
- name: 'SETUP: Checkout jhipster-bom'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: jhipster-bom
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'jhipster/generator-jhipster'
path: generator-jhipster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build-and-analyse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
working-directory: ${{ github.workspace }}/app
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: jhipster-bom
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'jhipster/generator-jhipster'
path: generator-jhipster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copyright-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 40
steps:
# Checkout
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
workflow-vue: ${{ steps.build.outputs.workflow-vue }}
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'jhipster/generator-jhipster'
- name: 'Build matrix'
Expand Down Expand Up @@ -81,11 +81,11 @@ jobs:
# Install all tools and check configuration
#----------------------------------------------------------------------
- name: 'SETUP: Checkout jhipster-bom'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: jhipster-bom
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'jhipster/generator-jhipster'
path: generator-jhipster
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
workflow-vue: ${{ steps.build.outputs.workflow-vue }}
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'jhipster/generator-jhipster'
- name: 'Build matrix'
Expand Down Expand Up @@ -81,11 +81,11 @@ jobs:
# Install all tools and check configuration
#----------------------------------------------------------------------
- name: 'SETUP: Checkout jhipster-bom'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: jhipster-bom
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'jhipster/generator-jhipster'
path: generator-jhipster
Expand Down

0 comments on commit 9093d6a

Please sign in to comment.