File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 check_version :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1515 with :
1616 fetch-depth : 0 # Fetch all history for all branches
1717
3939 "
4040
4141 - name : Manage PR Comment
42- uses : actions/github-script@v7
42+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
4343 if : always()
4444 env :
4545 MAIN_VERSION : ${{ env.MAIN_VERSION }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
77[project ]
88name = " socketsecurity"
9- version = " 2.2.13 "
9+ version = " 2.2.14 "
1010requires-python = " >= 3.10"
1111license = {"file" = " LICENSE" }
1212dependencies = [
Original file line number Diff line number Diff line change 11__author__ = 'socket.dev'
2- __version__ = '2.2.13 '
2+ __version__ = '2.2.14 '
33USER_AGENT = f'SocketPythonCLI/{ __version__ } '
You can’t perform that action at this time.
0 commit comments