Skip to content

Commit d46dd4e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 79f3987 + 36f3ae5 commit d46dd4e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci-cd.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
python-version: ['3.11', '3.12']
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626

2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Upload coverage to Codecov
5050
if: matrix.python-version == '3.11'
51-
uses: codecov/codecov-action@v3
51+
uses: codecov/codecov-action@v5
5252
with:
5353
file: ./coverage.xml
5454
flags: unittests
@@ -58,10 +58,10 @@ jobs:
5858
needs: test
5959

6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262

6363
- name: Set up Python
64-
uses: actions/setup-python@v4
64+
uses: actions/setup-python@v5
6565
with:
6666
python-version: '3.11'
6767

@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Checkout repository
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v5
103103

104104
- name: Log in to Container Registry
105105
uses: docker/login-action@v3
@@ -124,7 +124,7 @@ jobs:
124124
type=sha,prefix={{branch}}-
125125
126126
- name: Build and push Docker image
127-
uses: docker/build-push-action@v5
127+
uses: docker/build-push-action@v6
128128
with:
129129
context: .
130130
push: true
@@ -161,7 +161,7 @@ jobs:
161161

162162
steps:
163163
- name: Checkout repository
164-
uses: actions/checkout@v4
164+
uses: actions/checkout@v5
165165

166166
- name: Initialize CodeQL
167167
uses: github/codeql-action/init@v3
@@ -180,12 +180,12 @@ jobs:
180180
if: github.event_name == 'release' && github.event.action == 'published'
181181

182182
steps:
183-
- uses: actions/checkout@v4
183+
- uses: actions/checkout@v5
184184
with:
185185
fetch-depth: 0
186186

187187
- name: Set up Python
188-
uses: actions/setup-python@v4
188+
uses: actions/setup-python@v5
189189
with:
190190
python-version: '3.11'
191191

0 commit comments

Comments
 (0)