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 9b140fa commit 3c7b736Copy full SHA for 3c7b736
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
13
- name: Use Node.js
14
uses: actions/setup-node@v1
15
with:
.github/workflows/pr-auditor.yml
check-pr:
- - uses: actions/checkout@v4
repository: 'sourcegraph/devx-service'
token: ${{ secrets.PR_AUDITOR_TOKEN }}
0 commit comments