Skip to content

Commit

Permalink
Use checkout@v2 in workflows (actions#1588)
Browse files Browse the repository at this point in the history
* Use checkout@v2 in workflows

* .
  • Loading branch information
TingluoHuang authored Jan 5, 2022
1 parent 46da23e commit fa32fcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
asset_content_type: application/octet-stream

0 comments on commit fa32fcf

Please sign in to comment.