Skip to content

Commit 25530d5

Browse files
Bump actions/checkout to v6 (#45)
1 parent 0becbcf commit 25530d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-matter-openwrt-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v6
2727

2828
- name: Set up Docker Buildx
2929
uses: docker/setup-buildx-action@v2

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v6
1313

1414
- name: Prepare log directory
1515
run: |

0 commit comments

Comments
 (0)