Skip to content

Commit 74a9425

Browse files
committed
Udpate setup-python action to v4.
1 parent aaa5fd9 commit 74a9425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-exercises.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Use a standard checkout of the code.
100100
- uses: actions/checkout@v3
101101
# Make sure that Python 3 is available to the build.
102-
- uses: actions/setup-python@v2
102+
- uses: actions/setup-python@v4
103103
with:
104104
python-version: '3.x'
105105
# Run the CMake configuration.

0 commit comments

Comments
 (0)