Skip to content

Commit 411430c

Browse files
Merge branch 'main' into dependabot/go_modules/activity_worker/go-workflow/google.golang.org/grpc-1.79.3
2 parents 4432ff0 + b9b821d commit 411430c

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424

2525
- name: Setup Ruby
26-
uses: ruby/setup-ruby@v1
26+
uses: ruby/setup-ruby@ba696adf55506673e48342a66e30f1f53cadeae0 # v1
2727
with:
2828
ruby-version: ${{ matrix.rubyVersion }}
2929

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ GEM
109109
puma (7.1.0)
110110
nio4r (~> 2.0)
111111
racc (1.8.1)
112-
rack (3.2.5)
112+
rack (3.2.6)
113113
rack-protection (4.2.1)
114114
base64 (>= 0.1.0)
115115
logger (>= 1.6.0)
116116
rack (>= 3.0.0, < 4)
117-
rack-session (2.1.1)
117+
rack-session (2.1.2)
118118
base64 (>= 0.1.0)
119119
rack (>= 3.0.0)
120120
rackup (2.3.1)
@@ -145,31 +145,31 @@ GEM
145145
rack-protection (= 4.2.1)
146146
rack-session (>= 2.0.0, < 3)
147147
tilt (~> 2.0)
148-
temporalio (1.3.0)
148+
temporalio (1.4.0)
149149
google-protobuf (>= 3.25.0)
150150
logger
151-
temporalio (1.3.0-aarch64-linux)
151+
temporalio (1.4.0-aarch64-linux)
152152
google-protobuf (>= 3.25.0)
153153
logger
154-
temporalio (1.3.0-aarch64-linux-musl)
154+
temporalio (1.4.0-aarch64-linux-musl)
155155
google-protobuf (>= 3.25.0)
156156
logger
157-
temporalio (1.3.0-arm64-darwin)
157+
temporalio (1.4.0-arm64-darwin)
158158
google-protobuf (>= 3.25.0)
159159
logger
160-
temporalio (1.3.0-x86_64-darwin)
160+
temporalio (1.4.0-x86_64-darwin)
161161
google-protobuf (>= 3.25.0)
162162
logger
163-
temporalio (1.3.0-x86_64-linux)
163+
temporalio (1.4.0-x86_64-linux)
164164
google-protobuf (>= 3.25.0)
165165
logger
166-
temporalio (1.3.0-x86_64-linux-musl)
166+
temporalio (1.4.0-x86_64-linux-musl)
167167
google-protobuf (>= 3.25.0)
168168
logger
169169
tilt (2.6.1)
170170
unicode-display_width (3.2.0)
171171
unicode-emoji (~> 4.1)
172-
unicode-emoji (4.1.0)
172+
unicode-emoji (4.2.0)
173173

174174
PLATFORMS
175175
aarch64-linux

rails_app/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ GEM
171171
puma (6.6.0)
172172
nio4r (~> 2.0)
173173
racc (1.8.1)
174-
rack (3.2.5)
175-
rack-session (2.1.1)
174+
rack (3.2.6)
175+
rack-session (2.1.2)
176176
base64 (>= 0.1.0)
177177
rack (>= 3.0.0)
178178
rack-test (2.2.0)

sorbet_generic/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
google-protobuf (>= 3.25.0)
6969
logger
7070
thor (1.3.2)
71-
yard (0.9.37)
71+
yard (0.9.42)
7272
yard-sorbet (0.9.0)
7373
sorbet-runtime
7474
yard

0 commit comments

Comments
 (0)