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 8459095 commit d981bb8Copy full SHA for d981bb8
.github/workflows/auto-readme.yml
@@ -24,7 +24,7 @@ jobs:
24
update:
25
runs-on: ubuntu-latest
26
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
28
29
- name: Find default branch name
30
id: defaultBranch
.github/workflows/validate-codeowners.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: "Checkout source code at current commit"
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
13
# Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
14
- uses: mszostok/codeowners-validator@v0.7.1
15
if: github.event.pull_request.head.repo.full_name == github.repository
0 commit comments