Skip to content

Commit 7226ec4

Browse files
author
glan6388
committed
fixed the QCBOR tag issue
1 parent 438b0ff commit 7226ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-qcbor/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Builds and installs QCBOR into the workflow filesystem'
44
inputs:
55
upstream-ref:
66
description: 'Upstream ref to check out'
7-
default: v1.4.0
7+
default: v1.4
88
upstream-repo:
99
description: 'Upstream repository to use'
1010
default: laurencelundblade/QCBOR

.github/workflows/unit-test-functional.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
UPSTREAM_TINYCBOR_REPO: intel/tinycbor
1616
UPSTREAM_TINYCBOR_REF: v0.6.0
1717
UPSTREAM_QCBOR_REPO: laurencelundblade/QCBOR
18-
UPSTREAM_QCBOR_REF: v1.4.0
18+
UPSTREAM_QCBOR_REF: v1.4
1919

2020
jobs:
2121

0 commit comments

Comments
 (0)