From c39026443738415736da5cc997635ffd1af0246e Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 11 Oct 2024 13:21:10 -0700 Subject: [PATCH] actions: update deps --- .github/workflows/deploy.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b869ba6..d672b0a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,24 +8,22 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - submodules: true + - uses: actions/checkout@v4 - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: openfl/OpenFLDevelopersGuide path: OpenFLDevelopersGuide - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: openfl/AS3ConversionGuide path: AS3ConversionGuide - name: Build run: | - npx honkit build OpenFLDevelopersGuide - npx honkit build AS3ConversionGuide + npx honkit@6 build OpenFLDevelopersGuide + npx honkit@6 build AS3ConversionGuide - name: Prepare deploy run: |