From 761f57d60d40409296229b1625bbca2dba97ba49 Mon Sep 17 00:00:00 2001 From: Charles Garrett Date: Wed, 13 Mar 2024 16:45:18 -0400 Subject: [PATCH 1/2] chore: sync to the latest main comment of near/nearorg_marketing --- nearorg_marketing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nearorg_marketing b/nearorg_marketing index e588f0c97..c38cf4d00 160000 --- a/nearorg_marketing +++ b/nearorg_marketing @@ -1 +1 @@ -Subproject commit e588f0c9722394d38898fe848d821289cc545526 +Subproject commit c38cf4d007103a5566a1208da7fd48701f8b43e5 From f4cb242b195b490044111853dfc78edf3b28e1be Mon Sep 17 00:00:00 2001 From: Charles Garrett Date: Wed, 13 Mar 2024 16:45:41 -0400 Subject: [PATCH 2/2] chore: update to v4 of checkout to resolve node version compliant --- .github/workflows/update_submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_submodules.yml b/.github/workflows/update_submodules.yml index 4ca11517e..f3cca8ad4 100644 --- a/.github/workflows/update_submodules.yml +++ b/.github/workflows/update_submodules.yml @@ -9,7 +9,7 @@ jobs: update-submodules: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.REPO_TOKEN }}