Skip to content

Commit

Permalink
Merge branch 'main' into legacy-wallet-support
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell authored Jun 24, 2024
2 parents bc774b7 + 4515a00 commit 8aa4a8b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: actions/setup-go@v5
with:
go-version: 1.21.0 # The Go version to download (if necessary) and use.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/[email protected].6
- uses: actions/[email protected].7

# Runs djdefi/cloc-action
- name: Count Lines of Code (cloc)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: actions/setup-go@v5
with:
go-version: 1.21.0 # The Go version to download (if necessary) and use.
Expand All @@ -30,7 +30,7 @@ jobs:
go tool cover -func coverage3.out
rm coverage2.out
rm coverage.out
- uses: codecov/codecov-action@v4.4.0
- uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV }}

2 changes: 1 addition & 1 deletion .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.21.0
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-20.04, macos-latest]
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: actions/setup-go@v5
with:
go-version: 1.20.2 # The Go version to download (if necessary) and use.
Expand All @@ -36,7 +36,7 @@ jobs:
[native-build-cli]
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: actions/setup-go@v5
with:
go-version: 1.20.2 # The Go version to download (if necessary) and use.
Expand Down

0 comments on commit 8aa4a8b

Please sign in to comment.