Skip to content

Commit

Permalink
fixed the QCBOR tag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
glan6388 committed Jul 19, 2024
1 parent 438b0ff commit 7226ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-qcbor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Builds and installs QCBOR into the workflow filesystem'
inputs:
upstream-ref:
description: 'Upstream ref to check out'
default: v1.4.0
default: v1.4
upstream-repo:
description: 'Upstream repository to use'
default: laurencelundblade/QCBOR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
UPSTREAM_TINYCBOR_REPO: intel/tinycbor
UPSTREAM_TINYCBOR_REF: v0.6.0
UPSTREAM_QCBOR_REPO: laurencelundblade/QCBOR
UPSTREAM_QCBOR_REF: v1.4.0
UPSTREAM_QCBOR_REF: v1.4

jobs:

Expand Down

0 comments on commit 7226ec4

Please sign in to comment.