Skip to content

Commit c163ffa

Browse files
authored
Merge pull request #20 from plumed/dependabot/github_actions/actions/setup-python-6
ci: bump actions/setup-python from 5 to 6
2 parents eb99fcf + 107b854 commit c163ffa

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@v5
109+
uses: actions/setup-python@v6
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@v5
1212
- name: Set up Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: "3.x"
1616
- name: Install pypa/build

0 commit comments

Comments
 (0)