Skip to content

Commit be04130

Browse files
authored
Merge pull request #464 from bitcraze/toverumar/fix_depr_warnings
Update checkout and artiact actions to v4.
2 parents 7feb51e + 3d0682c commit be04130

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Build
2222
run: docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build

.github/workflows/dependency_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# image: python:latest
1313
#
1414
# steps:
15-
# - uses: actions/checkout@v3
15+
# - uses: actions/checkout@v4
1616
#
1717
# - name: python version
1818
# run: python --version
@@ -26,7 +26,7 @@ jobs:
2626
image: python:3.11
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- name: python version
3232
run: python --version
@@ -40,7 +40,7 @@ jobs:
4040
image: python:3.7
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444

4545
- name: python version
4646
run: python --version

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up Python
2525
uses: actions/setup-python@v4
2626
with:

.github/workflows/test-python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up Python
2525
uses: actions/setup-python@v4
2626
with:

0 commit comments

Comments
 (0)