This is an automated email from the ASF dual-hosted git repository.
jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push:
new 76fb83c6 DISPATCH-2339 - Update assorted CI deps (#1601)
76fb83c6 is described below
commit 76fb83c679967beaac808df76b34feb2fa638020
Author: Jiri Daněk <[email protected]>
AuthorDate: Mon Oct 3 11:06:05 2022 +0200
DISPATCH-2339 - Update assorted CI deps (#1601)
* Upgrade to actions/cache@v3
* Upgrade to rat 0.15
* Upgrade to apache 27
---
.github/workflows/build.yaml | 6 +++---
pom.xml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 7477c928..204efd3d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -85,7 +85,7 @@ jobs:
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
- - uses: actions/[email protected]
+ - uses: actions/cache@v3
env:
cache-name: cache-ccache
with:
@@ -370,7 +370,7 @@ jobs:
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
- - uses: actions/[email protected]
+ - uses: actions/cache@v3
env:
cache-name: cache-ccache
with:
@@ -613,7 +613,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- - uses: actions/[email protected]
+ - uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/pom.xml b/pom.xml
index a9a46b6b..f4f23369 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>26</version>
+ <version>27</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.14</version>
+ <version>0.15</version>
<executions>
<execution>
<phase>verify</phase>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]