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 1d7e647 commit 463f1e5Copy full SHA for 463f1e5
.github/workflows/lambda.yml
@@ -40,7 +40,7 @@ jobs:
40
# Checkout the repository
41
##################################################
42
- name: Checkout Repository
43
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
44
with:
45
fetch-depth: 0
46
.github/workflows/validate-codeowners.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: "Checkout source code at current commit"
12
13
- uses: mszostok/[email protected]
14
if: github.event.pull_request.head.repo.full_name == github.repository
15
name: "Full check of CODEOWNERS"
0 commit comments