Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2.4.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.4.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 4dcfd75 commit 6ce6818
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
any: ${{ steps.build.outputs.any }}
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 2
- name: 'Build matrix'
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
# Install all tools and check configuration
#----------------------------------------------------------------------
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
path: generator-jhipster
fetch-depth: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: ${{ github.workspace }}/app
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
path: generator-jhipster
- name: 'SETUP: environment'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
matrix: ${{ steps.build.outputs.matrix }}
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 2
- name: 'Build matrix'
Expand All @@ -66,7 +66,7 @@ jobs:
# Install all tools and check configuration
#----------------------------------------------------------------------
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
path: generator-jhipster
fetch-depth: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-publish-github-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1

- name: Set up QEMU
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
os: [ubuntu-20.04]
cache: [other]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4.2.1
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
github.event.action != 'closed' &&
!contains(github.event.pull_request.user.login, 'dependabot')
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4.2.1
- uses: gradle/wrapper-validation-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/incremental-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Install all tools and check configuration
#----------------------------------------------------------------------
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
path: generator-jhipster
- name: 'SETUP: environment'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
any: ${{ steps.build.outputs.any }}
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 2
- name: 'Build matrix'
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
# Install all tools and check configuration
#----------------------------------------------------------------------
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
path: generator-jhipster
fetch-depth: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: '14'
- run: npm install -g npm@latest
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4.2.1
- uses: actions/[email protected]
with:
path: ~/.npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
any: ${{ steps.build.outputs.any }}
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 2
- name: 'Build matrix'
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
# Install all tools and check configuration
#----------------------------------------------------------------------
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
path: generator-jhipster
fetch-depth: 2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
any: ${{ steps.build.outputs.any }}
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 2
- name: 'Build matrix'
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
# Install all tools and check configuration
#----------------------------------------------------------------------
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
path: generator-jhipster
fetch-depth: 2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
any: ${{ steps.build.outputs.any }}
steps:
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 2
- name: 'Build matrix'
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
# Install all tools and check configuration
#----------------------------------------------------------------------
- name: 'SETUP: Checkout generator-jhipster'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.1
with:
path: generator-jhipster
fetch-depth: 2
Expand Down

0 comments on commit 6ce6818

Please sign in to comment.