From cbae2054bf722fbdc654de206b31de8d6792a706 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 May 2024 23:35:02 +0000 Subject: [PATCH] :arrow_up: Update actions/checkout action to v4 --- .forgejo/workflows/yamllint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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