diff options
Diffstat (limited to '.github/workflows/check.yaml')
-rw-r--r-- | .github/workflows/check.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 97ed4b7..7bf14b2 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -24,7 +24,7 @@ jobs: - aggregator name: dockerfile / ${{ matrix.crate }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: set up docker buildx @@ -45,7 +45,7 @@ jobs: msrv: ["1.89.0"] name: msrv / ${{ matrix.msrv }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: Install ${{ matrix.msrv }} |