diff --git a/.github/workflows/bika.yaml b/.github/workflows/bika.yaml index 56b524c..3e6a6b9 100644 --- a/.github/workflows/bika.yaml +++ b/.github/workflows/bika.yaml @@ -13,10 +13,10 @@ jobs: if: ${{ github.event.repository.owner.id }} == ${{ github.event.sender.id }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: 'Set up Python' - uses: actions/setup-python@v1 + uses: actions/setup-python@v3 with: python-version: 3.8