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 408df42 commit 6dd9823Copy full SHA for 6dd9823
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
test:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- uses: actions/setup-java@v4
11
with:
12
java-version: '8'
.github/workflows/pr-auditor.yml
@@ -9,7 +9,7 @@ jobs:
check-pr:
13
14
repository: 'sourcegraph/devx-service'
15
token: ${{ secrets.PR_AUDITOR_TOKEN }}
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
publish:
- - uses: actions/checkout@v3
fetch-depth: 0
- name: Get tag
0 commit comments