Skip to content

Commit 235a8ef

Browse files
committed
Update workflow
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 4fbdbed commit 235a8ef

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

.github/workflows/dockertests.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: docker tests
33
on:
44
push:
55
branches:
6-
- master
76
- feature/*
87
paths-ignore:
98
- '**/README.md'
@@ -25,7 +24,7 @@ jobs:
2524
steps:
2625
- uses: actions/checkout@v4
2726
- name: Set up Python
28-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2928
with:
3029
python-version: ${{ matrix.python-version }}
3130
- name: Display Python version
@@ -68,7 +67,7 @@ jobs:
6867
steps:
6968
- uses: actions/checkout@v4
7069
- name: Set up Python
71-
uses: actions/setup-python@v4
70+
uses: actions/setup-python@v5
7271
with:
7372
python-version: ${{ matrix.python-version }}
7473
- name: Trim CI agent
@@ -118,7 +117,7 @@ jobs:
118117
steps:
119118
- uses: actions/checkout@v4
120119
- name: Set up Python
121-
uses: actions/setup-python@v4
120+
uses: actions/setup-python@v5
122121
with:
123122
python-version: ${{ matrix.python-version }}
124123
- name: Trim CI agent
@@ -171,7 +170,7 @@ jobs:
171170
steps:
172171
- uses: actions/checkout@v4
173172
- name: Set up Python
174-
uses: actions/setup-python@v4
173+
uses: actions/setup-python@v5
175174
with:
176175
python-version: ${{ matrix.python-version }}
177176
- name: Trim CI agent
@@ -222,7 +221,7 @@ jobs:
222221
steps:
223222
- uses: actions/checkout@v4
224223
- name: Set up Python
225-
uses: actions/setup-python@v4
224+
uses: actions/setup-python@v5
226225
with:
227226
python-version: ${{ matrix.python-version }}
228227
- name: Trim CI agent

.github/workflows/gobintests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: binary and nydus tests
33
on:
44
push:
55
branches:
6-
- master
6+
- feature/*
77
paths-ignore:
88
- '**/README.md'
99
- 'dockertests.yml'
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: setup nydus

.github/workflows/justbuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.11'
1717
- name: Install dependencies

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: actions/setup-python@v4
19+
- uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.12"
2222
- uses: pre-commit/action@v3.0.0

.github/workflows/pythonapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Display Python version

.github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Set up Python
36-
uses: actions/setup-python@v4
36+
uses: actions/setup-python@v5
3737
with:
3838
python-version: '3.11'
3939
- name: Install dependencies

0 commit comments

Comments
 (0)