diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 702a6e77..dd6d71cc 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -17,7 +17,7 @@ jobs: - name: checkout repo content uses: actions/checkout@v4 # checkout the repository content - name: setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10' # install the python version needed - name: install python packages diff --git a/.github/workflows/readme-update.yml b/.github/workflows/readme-update.yml index 96ac462a..065a8783 100644 --- a/.github/workflows/readme-update.yml +++ b/.github/workflows/readme-update.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.8" diff --git a/.github/workflows/wordpress-plugins-update.yml b/.github/workflows/wordpress-plugins-update.yml index ac59e510..db2e5398 100644 --- a/.github/workflows/wordpress-plugins-update.yml +++ b/.github/workflows/wordpress-plugins-update.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Install Python3 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.10" - run: |