Skip to content

Commit 40f2a53

Browse files
committed
chore(dependencies): update actions/setup-python action to v5
1 parent d24c25b commit 40f2a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master
11-
- uses: actions/setup-python@v4
11+
- uses: actions/setup-python@v5
1212
with:
1313
python-version: "3.10"
1414
architecture: "x64"

0 commit comments

Comments
 (0)