Skip to content

Commit 463f1e5

Browse files
Update actions/checkout action to v4 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d7e647 commit 463f1e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Checkout the repository
4141
##################################################
4242
- name: Checkout Repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
with:
4545
fetch-depth: 0
4646

.github/workflows/validate-codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout source code at current commit"
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- uses: mszostok/[email protected]
1414
if: github.event.pull_request.head.repo.full_name == github.repository
1515
name: "Full check of CODEOWNERS"

0 commit comments

Comments
 (0)