diff --git a/.github/workflows/azure-static-web-apps-brave-hill-0f5928f00.yml b/.github/workflows/azure-static-web-apps-brave-hill-0f5928f00.yml index 55a8acd..8ed65fd 100644 --- a/.github/workflows/azure-static-web-apps-brave-hill-0f5928f00.yml +++ b/.github/workflows/azure-static-web-apps-brave-hill-0f5928f00.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: Build And Deploy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0e0f8d..131491c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: name: Build docusaurus Site runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v3 with: node-version: "16"