diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 2928393..025e4b3 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Check out code - uses: actions/checkout@v3 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + uses: actions/checkout@v4 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Install Clang-Format 14 run: | diff --git a/.github/workflows/google-tests.yml b/.github/workflows/google-tests.yml index c3d0d6e..6fdcf1e 100644 --- a/.github/workflows/google-tests.yml +++ b/.github/workflows/google-tests.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis submodules: true @@ -22,7 +22,7 @@ jobs: run: git submodule update --init --recursive - name: Set up Python 3.8 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: 3.8 @@ -49,7 +49,7 @@ jobs: - name: Cache ESP-IDF and tools id: cache-esp-idf - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/esp diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 7a158ef..df017e7 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis submodules: true @@ -26,7 +26,7 @@ jobs: run: git submodule update --init --recursive - name: Set up Python 3.8 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: 3.8 @@ -58,7 +58,7 @@ jobs: - name: Cache ESP-IDF and tools id: cache-esp-idf - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/esp diff --git a/tests/ruuvi.esp_wrappers.c b/tests/ruuvi.esp_wrappers.c index 9968657..11a8242 160000 --- a/tests/ruuvi.esp_wrappers.c +++ b/tests/ruuvi.esp_wrappers.c @@ -1 +1 @@ -Subproject commit 99686573f755f748765b6b0146442a3ae690122d +Subproject commit 11a8242925b6a29e5d5b67f321b06fd4a82adf88 diff --git a/tests/ruuvi.json_stream_gen.c b/tests/ruuvi.json_stream_gen.c index 8b43c7b..77cb50b 160000 --- a/tests/ruuvi.json_stream_gen.c +++ b/tests/ruuvi.json_stream_gen.c @@ -1 +1 @@ -Subproject commit 8b43c7b7ddc2c6b12f95eb24c20aeda0c895ed4e +Subproject commit 77cb50b8a77e8c5ad38b50b52130413dd3e5cdbd