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-testkrb5.git
The following commit(s) were added to refs/heads/master by this push:
new 2460b83 HDDS-10199. Node.js 16 actions are deprecated (#8)
2460b83 is described below
commit 2460b83eea4ba0f2f1577c9ea30ec5a725379c0b
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jan 29 10:49:42 2024 +0100
HDDS-10199. Node.js 16 actions are deprecated (#8)
---
.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 5bbbbbe..d09408b 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 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]