diff options
Diffstat (limited to '.github/workflows/build-openwrt.yml')
-rw-r--r-- | .github/workflows/build-openwrt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index c60b3d7b8..baeaf24ed 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -51,7 +51,7 @@ jobs: target: x86-64 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 |