diff --git a/.github/workflows/move-formatter.yml b/.github/workflows/move-formatter.yml index e5474d94f8dc0..10b9fb2002794 100644 --- a/.github/workflows/move-formatter.yml +++ b/.github/workflows/move-formatter.yml @@ -22,7 +22,7 @@ jobs: run: working-directory: external-crates/move/tooling/tree-sitter steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # pin@v1.0.3 with: command: install @@ -44,7 +44,7 @@ jobs: run: working-directory: ${{ matrix.working-directory }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js uses: actions/setup-node@v4 - run: npm install --no-warnings @mysten/prettier-plugin-move@${{ env.FORMATTER_VERSION }}