diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 6e50cbf..c7c2f3c 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - toolchain: ['1.67', 'stable', 'beta', 'nightly'] + toolchain: ['1.73', 'stable', 'beta', 'nightly'] runs-on: ${{ matrix.os }} steps: - name: Checkout the test repository and test with patch change and patch version bump