From fb6faf7d5a37993828c58f6b401484ddc1c711de Mon Sep 17 00:00:00 2001 From: ramin Date: Mon, 17 Jun 2024 12:05:30 +0100 Subject: [PATCH] bump setup-python to v5 --- .github/actions/yamllint/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/yamllint/action.yml b/.github/actions/yamllint/action.yml index 0051d56..8ebe309 100644 --- a/.github/actions/yamllint/action.yml +++ b/.github/actions/yamllint/action.yml @@ -6,7 +6,7 @@ description: "Lint yaml code with yamllint" runs: using: "composite" steps: - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.x" architecture: x64