This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new f3534aa  HDDS-10199. Node.js 16 actions are deprecated (#21)
f3534aa is described below

commit f3534aabde5f11ccbe8db1f9429356951a4cbdcb
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jan 29 10:54:17 2024 +0100

    HDDS-10199. Node.js 16 actions are deprecated (#21)
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 08072ac..de51b61 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -22,6 +22,6 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: checkout source
-        uses: actions/checkout@v2
+        uses: actions/checkout@v4
       - name: build image
         run: DOCKER_BUILDKIT=1 docker build -t ghcr.io/$(echo 
$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | sed 's/docker-//g') .


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to