diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3aace057b2e..ca7ed64bd95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 # Build runner layout - name: Build & Layout Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12297dca063..40af6ba7d8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 # Build runner layout - name: Build & Layout Release @@ -525,4 +525,4 @@ jobs: upload_url: ${{ steps.createRelease.outputs.upload_url }} asset_path: ${{ github.workspace }}/linux-arm64-trimmedpackages.json asset_name: actions-runner-linux-arm64-${{ steps.releaseNote.outputs.version }}-trimmedpackages.json - asset_content_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream