Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
workflows: update to use checkout v4
Browse files Browse the repository at this point in the history
This resolves deprecation warnings on GitHub.

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Mar 27, 2024
1 parent 5d59ce7 commit 09e764b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkpatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: zephyrprojectrtos/ci:v0.26.5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: modules/lib/golioth
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-doxygen-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Doxygen
run: sudo apt install doxygen graphviz
- name: Generate Doxygen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-doxygen-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build_and_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Doxygen
run: sudo apt install doxygen graphviz
- name: Generate Doxygen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: jorisroovers/gitlint:0.19.1

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: kiwicom/pre-commit:3.0.4

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_nrf52840dk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: modules/lib/golioth

Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_nrf9160dk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: modules/lib/golioth

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

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

Expand Down

0 comments on commit 09e764b

Please sign in to comment.