Skip to content

Commit 5588907

Browse files
authored
Merge branch 'main' into 3257-humantime-time-values
2 parents 35bbdfa + ad62644 commit 5588907

File tree

14 files changed

+271
-90
lines changed

14 files changed

+271
-90
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo "${HOME}/bin" >> $GITHUB_PATH
3737
38-
- uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
38+
- uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
3939
with:
4040
tool: wash
4141

.github/workflows/check-conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- name: Install convco
17-
uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
17+
uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
1818
with:
1919
tool: convco@0.6.1
2020

.github/workflows/example-providers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# Download wash binary & install to path
6969
- name: install wash (${{ matrix.wash-version }})
7070
if: ${{ matrix.wash-version && matrix.wash-version != 'current' }}
71-
uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
71+
uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
7272
with:
7373
tool: wash@${{ matrix.wash-version }}
7474

@@ -109,12 +109,12 @@ jobs:
109109
working-directory: examples/${{ matrix.project.lang }}/providers/${{ matrix.project.name }}
110110

111111
# Install wit-bindgen
112-
- uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
112+
- uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
113113
with:
114114
tool: wit-bindgen-cli
115115

116116
# Install wasm-tools for golang projects
117-
- uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
117+
- uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
118118
if: ${{ matrix.project.lang == 'golang' }}
119119
with:
120120
tool: wasm-tools@1.225.0

.github/workflows/release-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Install cargo zigbuild
9494
if: ${{ contains(matrix.config.buildCommand, 'zigbuild') }}
95-
uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
95+
uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
9696
with:
9797
tool: cargo-zigbuild
9898

.github/workflows/secrets-nats-kv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
cli-args: '-f ./crates/secrets-nats-kv/tools/docker-compose.yml up --detach'
4444
- name: Install nextest
45-
uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
45+
uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
4646
with:
4747
tool: nextest
4848
- name: Run integration tests

.github/workflows/update-example-providers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
if: ${{ github.repository == 'wasmCloud/wasmCloud' }}
1515
steps:
1616
- id: app-token
17-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
17+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
1818
with:
1919
app-id: ${{ secrets.BOT_APP_ID }}
2020
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
2121
- name: Checkout
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- name: Self-hosted Renovate
24-
uses: renovatebot/github-action@a889a8abcb11ef7feaafaf5e483ea01d4bf7774e # v43.0.5
24+
uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7
2525
with:
2626
configurationFile: .github/renovate.json
2727
token: ${{ steps.app-token.outputs.token }}

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- id: app-token
31-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
31+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
3232
with:
3333
app-id: ${{ secrets.BOT_APP_ID }}
3434
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

.github/workflows/wash.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
with:
6868
shared-key: '${{ matrix.os }}-shared-cache'
6969
- name: Install nextest
70-
uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
70+
uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
7171
with:
7272
tool: nextest,wit-bindgen-cli
73-
- uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
73+
- uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
7474
with:
7575
tool: wasm-tools@1.225.0 # TODO: update once wit-bindgen-go is fixed
7676
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
@@ -118,10 +118,10 @@ jobs:
118118
with:
119119
cli-args: '-f ./crates/wash/tools/docker-compose.yml up --detach'
120120
- name: Install nextest
121-
uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
121+
uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
122122
with:
123123
tool: nextest,wit-bindgen-cli
124-
- uses: taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
124+
- uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
125125
with:
126126
tool: wasm-tools@1.225.0 # TODO: update once wit-bindgen-go is fixed
127127
- name: Run integration tests

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)