diff options
Diffstat (limited to '.github/workflows/platformcheck.yml')
-rw-r--r-- | .github/workflows/platformcheck.yml | 8 |
1 files changed, 4 insertions, 4 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 |