Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2 in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 1439612 commit 37289a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
name: Checkout
with:
fetch-depth: 2
Expand All @@ -40,7 +40,7 @@ jobs:
lucene: [ 9.10.0, 9.1.0 ]
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Set up Java/Maven
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
if: github.repository == 'redlink-gmbh/solr-compound-word-filter'
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up Java/Maven
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
lucene: [ 9.10.0, 9.1.0 ]
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Set up Java/Maven
Expand Down

0 comments on commit 37289a3

Please sign in to comment.