We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9e63b commit 72be5d8Copy full SHA for 72be5d8
.github/workflows/auto-merge.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
29
steps:
30
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
31
with:
32
ref: branch-24.04 # force to fetch from latest upstream instead of PR ref
33
.github/workflows/signoff-check.yml
@@ -23,7 +23,7 @@ jobs:
23
signoff-check:
24
25
26
- - uses: actions/checkout@v2
- name: sigoff-check job
uses: ./.github/workflows/signoff-check
0 commit comments