This is an automated email from the ASF dual-hosted git repository.
erose pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this
push:
new e7f7990f HDDS-10203. Update Github actions to v4 since Node.js 16
actions are deprecated. (#60)
e7f7990f is described below
commit e7f7990f57f7585b0a2355996a63232e8f0fb749
Author: Ethan Rose <[email protected]>
AuthorDate: Wed Jan 24 13:22:38 2024 -0800
HDDS-10203. Update Github actions to v4 since Node.js 16 actions are
deprecated. (#60)
---
.github/workflows/publish.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 96f36dee..042b0e55 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
steps:
# Check out the website source in the current working directory.
- name: "Checkout source branch ${{ github.ref_name }}"
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: 'src'
- name: "Build website"
@@ -38,7 +38,7 @@ jobs:
run: |
docker compose run site pnpm run build
- name: "Checkout publish branch"
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: 'publish'
# TODO update this to asf-site when the website is ready to be
published.
@@ -59,4 +59,4 @@ jobs:
git commit -a -m "[auto] Apply changes from $GITHUB_REF_NAME
$GITHUB_SHA" || true
git push
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]