Skip to content

Commit be3d6d3

Browse files
authored
Merge pull request davidhewitt#48 from davidhewitt/dependabot/github_actions/actions/setup-python-4
build(deps): bump actions/setup-python from 2 to 4
2 parents 283e999 + d728a9e commit be3d6d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848

4949
- name: Set up Python ${{ matrix.python-version }}
50-
uses: actions/setup-python@v2
50+
uses: actions/setup-python@v4
5151
with:
5252
python-version: ${{ matrix.python-version }}
5353
architecture: x64

0 commit comments

Comments
 (0)