Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit abde1bc

Browse files
Merge pull request #105 from RaaLabs/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 717a4f6 + a306d30 commit abde1bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: [3.9]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Setting up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v4
2121
with:

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: [3.9]
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Setting up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v4
1919
with:

0 commit comments

Comments
 (0)