diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 48a6301..af2fa8e 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@v5.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: 3.9 cache: 'pip' @@ -37,7 +37,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Setup Python - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: 3.9 - name: Install Dependencies diff --git a/.github/workflows/npm_updates.yml b/.github/workflows/npm_updates.yml index f43560e..2dd3394 100644 --- a/.github/workflows/npm_updates.yml +++ b/.github/workflows/npm_updates.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - uses: actions/setup-python@v5.0.0 + - uses: actions/setup-python@v5.1.0 with: python-version: 3.9 cache: 'pip' diff --git a/.github/workflows/pre-commit_updates.yml b/.github/workflows/pre-commit_updates.yml index 760f406..1785d10 100644 --- a/.github/workflows/pre-commit_updates.yml +++ b/.github/workflows/pre-commit_updates.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - uses: actions/setup-python@v5.0.0 + - uses: actions/setup-python@v5.1.0 with: python-version: 3.9 cache: 'pip'