Archived
1
0

chore(deps): update actions/checkout action to v3 (#4931)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jonathan Yu <jonathan@coder.com>
This commit is contained in:
renovate[bot]
2022-03-01 16:31:32 -07:00
committed by GitHub
parent 83269ba658
commit 3f3a489f33
7 changed files with 18 additions and 18 deletions

View File

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install code-server
run: ./install.sh
@ -39,7 +39,7 @@ jobs:
container: "alpine:3.14"
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install curl
run: apk add curl
@ -57,7 +57,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install code-server
run: ./install.sh