We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd2e6f commit 1adf7b7Copy full SHA for 1adf7b7
.github/workflows/angr-release.yml
@@ -77,7 +77,7 @@ jobs:
77
if: startsWith(matrix.os, 'ubuntu')
78
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
79
- name: Setup Python
80
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
81
with:
82
python-version: "3.13"
83
- name: Download sdists
@@ -116,7 +116,7 @@ jobs:
116
117
steps:
118
119
120
121
python-version: ${{ matrix.python }}
122
0 commit comments