mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02: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:
4
.github/workflows/npm-brew.yaml
vendored
4
.github/workflows/npm-brew.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
npm:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
id: download
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
id: set-up-homebrew
|
||||
uses: Homebrew/actions/setup-homebrew@master
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Configure git
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
|
||||
Reference in New Issue
Block a user