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 8b74585 commit 885bb15Copy full SHA for 885bb15
.github/workflows/auto-readme.yml
@@ -24,7 +24,7 @@ jobs:
24
update:
25
runs-on: ubuntu-latest
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
29
- name: Find default branch name
30
id: defaultBranch
.github/workflows/test-negative.yml
@@ -20,7 +20,7 @@ jobs:
20
continue-on-error: true
21
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- uses: ./
id: current
.github/workflows/test-positive.yml
0 commit comments