We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438b0ff commit 7226ec4Copy full SHA for 7226ec4
.github/actions/setup-qcbor/action.yml
@@ -4,7 +4,7 @@ description: 'Builds and installs QCBOR into the workflow filesystem'
4
inputs:
5
upstream-ref:
6
description: 'Upstream ref to check out'
7
- default: v1.4.0
+ default: v1.4
8
upstream-repo:
9
description: 'Upstream repository to use'
10
default: laurencelundblade/QCBOR
.github/workflows/unit-test-functional.yml
@@ -15,7 +15,7 @@ env:
15
UPSTREAM_TINYCBOR_REPO: intel/tinycbor
16
UPSTREAM_TINYCBOR_REF: v0.6.0
17
UPSTREAM_QCBOR_REPO: laurencelundblade/QCBOR
18
- UPSTREAM_QCBOR_REF: v1.4.0
+ UPSTREAM_QCBOR_REF: v1.4
19
20
jobs:
21
0 commit comments