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 ed32f45 commit cac5f10Copy full SHA for cac5f10
.github/workflows/rc.yml
@@ -201,7 +201,7 @@ jobs:
201
repository: apache/parquet-testing
202
path: arrow/cpp/submodules/parquet-testing
203
- name: Set up Python
204
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@v6
205
with:
206
cache: 'pip'
207
python-version: 3.12
@@ -452,7 +452,7 @@ jobs:
452
contents: read
453
packages: write
454
steps:
455
- - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ - uses: actions/setup-python@v6
456
457
458
- name: Download source archive
0 commit comments