Skip to content

Commit ab7679b

Browse files
Update actions/checkout action to v4
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 2eb664a commit ab7679b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-python-syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
check-python-syntax:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v4
2222
with:
2323
python-version: '3.x'

.github/workflows/check-yaml-syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
check-yaml-syntax:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: actions/setup-python@v4
2424
with:
2525
python-version: '3.x'

.github/workflows/test-python-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test-python-setup:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v4
2222
with:
2323
python-version: '3.x'

0 commit comments

Comments
 (0)