We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5862c04 commit d96ab8bCopy full SHA for d96ab8b
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- name: Use Node.js
14
uses: actions/setup-node@v1
15
with:
.github/workflows/pr-auditor.yml
@@ -8,7 +8,7 @@ jobs:
8
check-pr:
with: { repository: 'sourcegraph/sourcegraph' }
- uses: actions/setup-go@v2
with: { go-version: '1.18' }
0 commit comments