From 799a966c40f8e50823604937df7a8de7022cedea Mon Sep 17 00:00:00 2001 From: ramin Date: Mon, 17 Jun 2024 20:36:50 +0100 Subject: [PATCH] update: bump setup-python to v5 (#109) --- .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