Skip to content

Commit

Permalink
Merge pull request #464 from bitcraze/toverumar/fix_depr_warnings
Browse files Browse the repository at this point in the history
Update checkout and artiact actions to v4.
  • Loading branch information
ToveRumar authored Aug 8, 2024
2 parents 7feb51e + 3d0682c commit be04130
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
run: docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dependency_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# image: python:latest
#
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
#
# - name: python version
# run: python --version
Expand All @@ -26,7 +26,7 @@ jobs:
image: python:3.11

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: python version
run: python --version
Expand All @@ -40,7 +40,7 @@ jobs:
image: python:3.7

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: python version
run: python --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit be04130

Please sign in to comment.