diff --git a/.github/workflows/autoTestPR.yml b/.github/workflows/autoTestPR.yml index e018df3dbe..5b7cdd2a49 100644 --- a/.github/workflows/autoTestPR.yml +++ b/.github/workflows/autoTestPR.yml @@ -11,7 +11,7 @@ jobs: if: startsWith(github.event.comment.body, 'auto exclude test') steps: - name: Set up Python 3.8 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: 3.8 - name: check python version diff --git a/.github/workflows/parse-issues.yml b/.github/workflows/parse-issues.yml index 3c4250726e..3a00de7ef1 100644 --- a/.github/workflows/parse-issues.yml +++ b/.github/workflows/parse-issues.yml @@ -15,7 +15,7 @@ jobs: AQA_ISSUE_TRACKER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Set up Python 3.8 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: 3.8 - name: checkout current repo