diff options
-rw-r--r-- | .github/workflows/platformcheck.yml | 8 | ||||
-rw-r--r-- | .github/workflows/standard.yml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/platformcheck.yml b/.github/workflows/platformcheck.yml index 7d7c09c..7a16c96 100644 --- a/.github/workflows/platformcheck.yml +++ b/.github/workflows/platformcheck.yml @@ -10,7 +10,7 @@ jobs: install-cross: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 with: fetch-depth: 50 - uses: XAMPPRocky/get-github-release@v1 @@ -36,7 +36,7 @@ jobs: # artifacts are downloaded first. needs: install-cross steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 with: fetch-depth: 50 - run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }} @@ -56,7 +56,7 @@ jobs: runs-on: macos-latest needs: install-cross steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 with: fetch-depth: 50 @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-latest needs: install-cross steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 with: fetch-depth: 50 diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index 10fef6b..783e989 100644 --- a/.github/workflows/standard.yml +++ b/.github/workflows/standard.yml @@ -18,7 +18,7 @@ jobs: # - 1.31.0 # MSRV steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 - uses: actions-rs/toolchain@v1.0.7 with: |