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

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git

commit b5385572da9781727954ec9d98f5329c0d33acf2
Author: Brennan Ashton <[email protected]>
AuthorDate: Sun May 14 20:13:27 2023 -0700

    CI: Update workflow action versions
---
 .github/workflows/main.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 64b52e02..a095e66c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -16,18 +16,18 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Checkout Site
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
     - run: |
         git fetch --prune --unshallow
 
     - name: Checkout NuttX repo
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         repository: apache/nuttx
         fetch-depth: 0
         ref: master
         path: nuttx
-    - uses: actions/setup-python@v2
+    - uses: actions/setup-python@v3
       with:
         python-version: '3.8'
     - name: Build docs
@@ -79,7 +79,7 @@ jobs:
         ./publish.sh
 
     - name: Upload artifact of staged site
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v3
       with:
         name: static-site
         path: content

Reply via email to