This is an automated email from the ASF dual-hosted git repository.
dakirily pushed a commit to branch github-actions-update
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/github-actions-update by this
push:
new 4b2ac3ba45 Update github cache and checkout actions to version 4
4b2ac3ba45 is described below
commit 4b2ac3ba45d29cd57a842fc8fcb402107581c0b5
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Sat Feb 10 18:06:44 2024 +0100
Update github cache and checkout actions to version 4
---
.github/workflows/build.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3631cd7f19..7da3c2d6ff 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,8 +27,8 @@ jobs:
java: [ 11, 17, 21 ]
steps:
- - uses: actions/checkout@v3
- - uses: actions/cache@v3
+ - uses: actions/checkout@v4
+ - uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -68,4 +68,4 @@ jobs:
path: surefire-reports-jdk-${{ matrix.java }}.tar.gz
- name: Clean Up Before Caching
- run: rm -rf ~/.m2/repository/org/apache/qpid
\ No newline at end of file
+ run: rm -rf ~/.m2/repository/org/apache/qpid
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]