Skip to content

Commit

Permalink
Merge branch 'main' into feature/cleanup_finished_jobs_by_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nirikash authored Aug 30, 2024
2 parents 4013c99 + d759830 commit b3a5be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
cache: pip # caching pip dependencies
- run: pip install commitizen
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<properties>
<pdfbox.version>3.0.3</pdfbox.version>
<okapi.xliff.version>1.46.0</okapi.xliff.version>
<byte-buddy.version>1.15.0</byte-buddy.version>
<byte-buddy.version>1.15.1</byte-buddy.version>
<re2j.version>1.7</re2j.version>

<slf4j.version>1.7.36</slf4j.version>
Expand Down

0 comments on commit b3a5be6

Please sign in to comment.