diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 00cd3ca..b3b4eeb 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: - name: Install poetry run: pipx install poetry - name: Set up Python 3.8 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.8' cache: 'poetry' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 894f46d..0357921 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install poetry run: pipx install poetry - name: Set up Python 3.8 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.8' cache: 'poetry'