Skip to content

Commit

Permalink
Merge branch 'master' into delta-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fo-code authored Mar 9, 2022
2 parents 769b8bd + a1bf677 commit c79739a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: on ${{ matrix.platform }}

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Coverage on Ubuntu

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5.18.1
- uses: release-drafter/release-drafter@v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<font-awesome-api.version>6.0.0-1</font-awesome-api.version>
<plugin-util-api.version>2.14.0</plugin-util-api.version>
<data-tables-api.version>1.11.4-1</data-tables-api.version>
<forensics-api-plugin.version>1.9.0-rc1218.1112569e8247</forensics-api-plugin.version>
<forensics-api-plugin.version>1.9.0</forensics-api-plugin.version>
<bootstrap5-api.version>5.1.3-6</bootstrap5-api.version>
<streamex.version>0.8.1</streamex.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<name>UI Tests of Git Forensics Plugin</name>

<properties>
<jenkins.version>2.334</jenkins.version>
<jenkins.version>2.338</jenkins.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c79739a

Please sign in to comment.