Skip to content

Commit

Permalink
GHA: update actions/checkout to v4.1.1
Browse files Browse the repository at this point in the history
Move away from the deprecated node 12.
  • Loading branch information
syncom committed Mar 8, 2024
1 parent ac9abb2 commit e9dd18c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/container-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: "Test building container esp32s3"
run: |
set -euxo pipefail
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: "Test building fuse blower container esp32s2fb"
run: |
set -euxo pipefail
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: "Test building container esp32s2zephyr"
run: |
set -euxo pipefail
Expand All @@ -86,7 +86,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: "Test building fuse blower container esp32s2fb"
run: |
set -euxo pipefail
Expand All @@ -106,7 +106,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: "Test building container esp32zephyr"
run: |
set -euxo pipefail
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pub-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: "Build container"
run: |
set -euxo pipefail
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-devenv-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
idf_target_image_name: 'devenv_idf_base'
steps:
- name: 'Checkout repository'
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: "Build base containers"
run: |
set -euxo pipefail
Expand All @@ -41,7 +41,7 @@ jobs:
zephyr_target_image_name: 'devenv_zephyr_base'
steps:
- name: 'Checkout repository'
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: "Build base containers"
run: |
set -euxo pipefail
Expand Down

0 comments on commit e9dd18c

Please sign in to comment.