mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 03:05:50 -05:00
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:
2
.github/workflows/scripts.yml
vendored
2
.github/workflows/scripts.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
container: "alpine:3.14"
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install test utilities
|
||||
run: apk add bats checkbashisms
|
||||
|
||||
Reference in New Issue
Block a user