diff --git a/.forgejo/workflows/yamllint.yml b/.forgejo/workflows/yamllint.yml index e4e1640..63efeb5 100644 --- a/.forgejo/workflows/yamllint.yml +++ b/.forgejo/workflows/yamllint.yml @@ -12,7 +12,7 @@ jobs: image: docker.mafyuh.xyz/python:3.8-slim-bullseye steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3.8 run: | python3 --version @@ -36,7 +36,7 @@ jobs: image: docker.mafyuh.xyz/python:3.9-slim-bullseye steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3.9 run: | python3 --version @@ -60,7 +60,7 @@ jobs: image: docker.mafyuh.xyz/python:3.10-slim-bullseye steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3.10 run: | python3 --version