diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e4033a6..aad3ba2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest name: stable / fmt steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Install stable @@ -46,7 +46,7 @@ jobs: # Get early warning of new lints which are regularly introduced in beta channels. toolchain: [stable, beta] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Install ${{ matrix.toolchain }} @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest name: nightly / doc steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Install nightly @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest name: ubuntu / stable / features steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Install stable @@ -102,7 +102,7 @@ jobs: msrv: ["1.78"] name: ubuntu / ${{ matrix.msrv }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Install ${{ matrix.msrv }} diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index 32b4a5b..7bf8dde 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest name: semver steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Install stable diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93d0198..0e4ba1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: # toolchain toolchain: [stable, beta] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - run: 'sudo apt install nodejs'