mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-06-19 05:30:03 +02:00
Bump the github-actions group with 2 updates (#79)
Updates `actions/checkout` from 1 to 4 Updates `actions/setup-go` from 2 to 5 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bf47ec21a6
commit
dd69e185fa
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
||||||
name: Go ${{ matrix.go }}
|
name: Go ${{ matrix.go }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
id: go
|
id: go
|
||||||
|
|
|
||||||
2
.github/workflows/lsif.yml
vendored
2
.github/workflows/lsif.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: sourcegraph/lsif-go
|
container: sourcegraph/lsif-go
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
- name: Generate LSIF data
|
- name: Generate LSIF data
|
||||||
run: lsif-go
|
run: lsif-go
|
||||||
- name: Upload LSIF data
|
- name: Upload LSIF data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue