Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 Update Deno dependencies #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Mar 8, 2022

The output of make update is

/home/runner/work/deno-sshutil/deno-sshutil/deps_test.ts
[1/1] Looking for releases: https://deno.land/std@0.127.0/testing/asserts.ts
[1/1] Attempting update: https://deno.land/std@0.127.0/testing/asserts.ts -> 0.224.0
[1/1] Update successful: https://deno.land/std@0.127.0/testing/asserts.ts -> 0.224.0

/home/runner/work/deno-sshutil/deno-sshutil/connect.ts

/home/runner/work/deno-sshutil/deno-sshutil/README.md

/home/runner/work/deno-sshutil/deno-sshutil/mod.ts

/home/runner/work/deno-sshutil/deno-sshutil/deps.ts
[1/2] Looking for releases: https://deno.land/std@0.128.0/io/mod.ts
[1/2] Attempting update: https://deno.land/std@0.128.0/io/mod.ts -> 0.224.0
[1/2] Update successful: https://deno.land/std@0.128.0/io/mod.ts -> 0.224.0
[2/2] Looking for releases: https://deno.land/std@0.128.0/streams/mod.ts
[2/2] Attempting update: https://deno.land/std@0.128.0/streams/mod.ts -> 0.224.0
[2/2] Update successful: https://deno.land/std@0.128.0/streams/mod.ts -> 0.224.0

/home/runner/work/deno-sshutil/deno-sshutil/ssh.ts

/home/runner/work/deno-sshutil/deno-sshutil/ssh_test.ts

Successfully updated:
https://deno.land/std@0.127.0/testing/asserts.ts 0.127.0 -> 0.224.0
https://deno.land/std@0.128.0/io/mod.ts 0.128.0 -> 0.224.0
https://deno.land/std@0.128.0/streams/mod.ts 0.128.0 -> 0.224.0
make[1]: Entering directory '/home/runner/work/deno-sshutil/deno-sshutil'
make[1]: Leaving directory '/home/runner/work/deno-sshutil/deno-sshutil'

@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from f9424b8 to b8decfe Compare March 17, 2022 00:03
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from 7835432 to 77abcd8 Compare March 26, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from 26ccc06 to 78136e4 Compare April 8, 2022 00:03
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from 3ff717b to ff5993a Compare April 22, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from ee60942 to 50b416d Compare May 6, 2022 00:03
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from f2a6a28 to f5e36b4 Compare May 19, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from c5d93ba to 97c8d23 Compare June 3, 2022 00:03
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from 0f011b0 to c15efba Compare June 16, 2022 00:03
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from c15efba to de9d651 Compare June 24, 2022 00:03
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from f00c16a to a737c8f Compare July 6, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from a737c8f to 8fe5d32 Compare July 13, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 8fe5d32 to 8905774 Compare July 21, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 8905774 to b81685d Compare July 29, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from b81685d to a68c5d2 Compare August 5, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from a68c5d2 to 39b54b7 Compare August 12, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 39b54b7 to 54d3196 Compare August 25, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 54d3196 to 34edbee Compare September 2, 2022 00:03
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from 5f9a75a to 536a21a Compare September 16, 2022 00:05
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 536a21a to a6898ed Compare September 23, 2022 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 0fcf43a to c43bbfc Compare August 11, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from 3e9356a to 370fb49 Compare August 25, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 370fb49 to 4d0d095 Compare September 2, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 4d0d095 to 7bdfc45 Compare September 20, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 7bdfc45 to 7dc412d Compare September 28, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 7dc412d to c1ff762 Compare October 13, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from c1ff762 to 15f50fc Compare November 2, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 15f50fc to 3e6820c Compare November 11, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from b80d870 to 73ab0ae Compare November 25, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 73ab0ae to e9c30d3 Compare December 14, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from e9c30d3 to 55d65df Compare December 22, 2023 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 55d65df to b47b589 Compare January 5, 2024 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from b47b589 to 2550ff9 Compare January 13, 2024 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 2550ff9 to 36a0c6e Compare January 26, 2024 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 36a0c6e to a880c6e Compare February 2, 2024 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from 36081f4 to 31d26bf Compare February 16, 2024 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from 31d26bf to 5e83225 Compare February 23, 2024 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from e73c29b to a611946 Compare March 2, 2024 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 3 times, most recently from b5dc89c to fea0367 Compare March 16, 2024 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from fea0367 to a18286f Compare March 28, 2024 00:04
@github-actions github-actions bot force-pushed the automation/update-dependencies branch 2 times, most recently from 06fe585 to d074740 Compare April 16, 2024 00:04
Update dependencies by udd:

/home/runner/work/deno-sshutil/deno-sshutil/README.md

/home/runner/work/deno-sshutil/deno-sshutil/deps.ts
[1/2] Looking for releases: https://deno.land/std@0.128.0/io/mod.ts
[1/2] Attempting update: https://deno.land/std@0.128.0/io/mod.ts -> 0.224.0
[1/2] Update successful: https://deno.land/std@0.128.0/io/mod.ts -> 0.224.0
[2/2] Looking for releases: https://deno.land/std@0.128.0/streams/mod.ts
[2/2] Attempting update: https://deno.land/std@0.128.0/streams/mod.ts -> 0.224.0
[2/2] Update successful: https://deno.land/std@0.128.0/streams/mod.ts -> 0.224.0

/home/runner/work/deno-sshutil/deno-sshutil/connect.ts

/home/runner/work/deno-sshutil/deno-sshutil/ssh.ts

/home/runner/work/deno-sshutil/deno-sshutil/ssh_test.ts

/home/runner/work/deno-sshutil/deno-sshutil/deps_test.ts
[1/1] Looking for releases: https://deno.land/std@0.127.0/testing/asserts.ts
[1/1] Attempting update: https://deno.land/std@0.127.0/testing/asserts.ts -> 0.224.0
[1/1] Update successful: https://deno.land/std@0.127.0/testing/asserts.ts -> 0.224.0

/home/runner/work/deno-sshutil/deno-sshutil/mod.ts

Successfully updated:
https://deno.land/std@0.128.0/io/mod.ts 0.128.0 -> 0.224.0
https://deno.land/std@0.128.0/streams/mod.ts 0.128.0 -> 0.224.0
https://deno.land/std@0.127.0/testing/asserts.ts 0.127.0 -> 0.224.0
make[1]: Entering directory '/home/runner/work/deno-sshutil/deno-sshutil'
make[1]: Leaving directory '/home/runner/work/deno-sshutil/deno-sshutil'
@github-actions github-actions bot force-pushed the automation/update-dependencies branch from d074740 to 4eebc5f Compare April 26, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant