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 c8c8c73 commit 58b1508Copy full SHA for 58b1508
1 file changed
.github/workflows/test-android.yml
@@ -71,12 +71,12 @@ jobs:
71
runs-on: macos-26
72
steps:
73
- name: Checkout
74
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
75
with:
76
persist-credentials: false
77
path: node
78
- name: Setup Python
79
- uses: actions/setup-python@v6
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
80
81
python-version: ${{ env.PYTHON_VERSION }}
82
allow-prereleases: true
0 commit comments