Skip to content

Commit 7069f82

Browse files
ci: bump actions/setup-python from 4 to 5 (#11)
1 parent b647733 commit 7069f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
plumed info --root
107107
cat $(plumed info --root)/json/syntax.json | jq '.["ENDPLUMED"]'
108108
- name: Set up Python ${{ matrix.python-version }}
109-
uses: actions/setup-python@v4
109+
uses: actions/setup-python@v5
110110
with:
111111
python-version: ${{ matrix.python-version }}
112112
cache: 'pip'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up Python
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.x"
1616
- name: Install pypa/build

0 commit comments

Comments
 (0)