Skip to content

Commit

Permalink
Fixup CI library versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 25, 2024
1 parent 7bf95a2 commit 86e0158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: 'geerlingguy.munin-node'

- name: Set up Python 3.
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
path: 'geerlingguy.munin-node'

- name: Set up Python 3.
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: 'geerlingguy.munin-node'

- name: Set up Python 3.
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down

0 comments on commit 86e0158

Please sign in to comment.