Skip to content

Commit dde4bd9

Browse files
authored
Merge pull request #10 from apache/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents 92fe6df + 4ee02e9 commit dde4bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install local package

0 commit comments

Comments
 (0)