diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index cd1b1bb9..39b1233e 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -22,7 +22,7 @@ jobs: changed: ${{ steps.check_files.outputs.any_changed }} steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ steps.generate_token.outputs.token }} fetch-depth: 0 diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index cf85b757..b5de47e8 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -13,7 +13,7 @@ jobs: changed: ${{ steps.check_files.outputs.any_changed }} steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ steps.generate_token.outputs.token }} fetch-depth: 0