We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0becbcf commit 25530d5Copy full SHA for 25530d5
2 files changed
.github/workflows/build-matter-openwrt-build.yaml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
27
28
- name: Set up Docker Buildx
29
uses: docker/setup-buildx-action@v2
.github/workflows/build-packages.yaml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
- name: Prepare log directory
15
run: |
0 commit comments