From 5feefd4b07780d0404fa3d0f6af4a50da0440fa9 Mon Sep 17 00:00:00 2001 From: Stephan Geulette Date: Mon, 16 Dec 2024 09:21:08 +0100 Subject: [PATCH] Upgraded checkout and pyenv-action actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b29c4ec..0b5115b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: plone: 4.3 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up pyenv and Python uses: "gabrielfalcao/pyenv-action@v14" with: @@ -66,9 +66,9 @@ jobs: plone: "6.0" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up pyenv and Python - uses: "gabrielfalcao/pyenv-action@v14" + uses: "gabrielfalcao/pyenv-action@2.4.20" with: default: "${{ matrix.python }}" - name: Setup Env