diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index a0f9f5c..940eae4 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Setup Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: '3.10' cache: 'pip' @@ -39,7 +39,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Setup Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/npm_updates.yml b/.github/workflows/npm_updates.yml index 9838774..fb0d694 100644 --- a/.github/workflows/npm_updates.yml +++ b/.github/workflows/npm_updates.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - - uses: actions/setup-python@v4.5.0 + - uses: actions/setup-python@v4.6.0 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/pre-commit_updates.yml b/.github/workflows/pre-commit_updates.yml index 3a57999..416df12 100644 --- a/.github/workflows/pre-commit_updates.yml +++ b/.github/workflows/pre-commit_updates.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - - uses: actions/setup-python@v4.5.0 + - uses: actions/setup-python@v4.6.0 with: python-version: '3.10' cache: 'pip'