Skip to content

Commit 8ce24a3

Browse files
Update actions/checkout action to v4
1 parent 78eb67f commit 8ce24a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
update:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828

2929
- name: Find default branch name
3030
id: defaultBranch

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
repository: ${{ github.event.pull_request.head.repo.full_name }}
1818
ref: ${{ github.event.pull_request.head.ref }}

.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
# Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
1414
- uses: mszostok/[email protected]
1515
if: github.event.pull_request.head.repo.full_name == github.repository

0 commit comments

Comments
 (0)