This is an automated email from the ASF dual-hosted git repository.
sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git
The following commit(s) were added to refs/heads/master by this push:
new 00edd7e3bf use newer versions of gh actions scripts
00edd7e3bf is described below
commit 00edd7e3bf624a000255cd24052b4e1b9d001da9
Author: Steve Blackmon <[email protected]>
AuthorDate: Mon Dec 18 12:06:39 2023 -0600
use newer versions of gh actions scripts
---
.github/workflows/streams-ci-workflow.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/streams-ci-workflow.yml
b/.github/workflows/streams-ci-workflow.yml
index 6cb6b936db..59879346f5 100644
--- a/.github/workflows/streams-ci-workflow.yml
+++ b/.github/workflows/streams-ci-workflow.yml
@@ -38,13 +38,13 @@ jobs:
name: ${{ matrix.os }} - Java ${{ matrix.java_version }}
steps:
- name: Checkout apache/streams.git
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Set up Java ${{ matrix.java_version }}
- uses: actions/[email protected]
+ uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java_version }}
- name: Restore ~/.m2/repository
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: |
~/.m2/repository/