Skip to content

Commit f0ba65b

Browse files
authored
Merge pull request #543 from OpenConext/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 01c732d + a7bdc30 commit f0ba65b

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

.github/workflows/molecule-loadbalancer.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22

33
name: loadbalancer
44
on:
5-
push:
6-
paths:
7-
- 'roles/haproxy/**'
8-
- 'roles/keepalived/**'
9-
- 'roles/bind/**'
10-
- 'molecule/loadbalancer/**'
11-
- 'roles/selfsigned_certs/**'
12-
- '.github/workflows/molecule-loadbalancer.yml'
13-
pull_request:
14-
paths:
15-
- 'roles/haproxy/**'
16-
- 'roles/keepalived/**'
17-
- 'roles/bind/**'
18-
- 'molecule/loadbalancer/**'
19-
- 'roles/selfsigned_certs/**'
20-
- '.github/workflows/molecule-loadbalancer.yml'
5+
workflow_dispatch:
6+
# push:
7+
# paths:
8+
# - 'roles/haproxy/**'
9+
# - 'roles/keepalived/**'
10+
# - 'roles/bind/**'
11+
# - 'molecule/loadbalancer/**'
12+
# - 'roles/selfsigned_certs/**'
13+
# - '.github/workflows/molecule-loadbalancer.yml'
14+
# pull_request:
15+
# paths:
16+
# - 'roles/haproxy/**'
17+
# - 'roles/keepalived/**'
18+
# - 'roles/bind/**'
19+
# - 'molecule/loadbalancer/**'
20+
# - 'roles/selfsigned_certs/**'
21+
# - '.github/workflows/molecule-loadbalancer.yml'
2122

2223
jobs:
2324
build:
@@ -26,7 +27,7 @@ jobs:
2627
- uses: actions/checkout@v5
2728

2829
- name: Set up Python 3.8
29-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3031
with:
3132
python-version: 3.8
3233

.github/workflows/molecule-mongo.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
name: mongo
44
on:
5-
push:
6-
paths:
7-
- 'roles/mongo/**'
8-
- 'molecule/mongo/**'
9-
- '.github/workflows/molecule-mongo.yml'
10-
pull_request:
11-
paths:
12-
- 'roles/mongo/**'
13-
- 'molecule/mongo/**'
14-
- '.github/workflows/molecule-mongo.yml'
5+
workflow_dispatch:
6+
# push:
7+
# paths:
8+
# - 'roles/mongo/**'
9+
# - 'molecule/mongo/**'
10+
# - '.github/workflows/molecule-mongo.yml'
11+
# pull_request:
12+
# paths:
13+
# - 'roles/mongo/**'
14+
# - 'molecule/mongo/**'
15+
# - '.github/workflows/molecule-mongo.yml'
1516

1617
jobs:
1718
build:
@@ -20,7 +21,7 @@ jobs:
2021
- uses: actions/checkout@v5
2122

2223
- name: Set up Python 3.8
23-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2425
with:
2526
python-version: 3.8
2627

.github/workflows/syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323

2424
- name: Set up Python 3.8
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: 3.8
2828

0 commit comments

Comments
 (0)