Skip to content

Commit

Permalink
Upgraded checkout and pyenv-action actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Dec 16, 2024
1 parent 64d1748 commit 5feefd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5feefd4

Please sign in to comment.