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

chore(deps): update dependency ubuntu to v22 - autoclosed #112

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
uses: actions/checkout@v3

- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1

Check failure on line 20 in .github/workflows/build-and-release-application.yaml

View workflow job for this annotation

GitHub Actions / actionlint with reviewdog

[actionlint] reported by reviewdog 🐶 the runner of "actions-rs/toolchain@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: .github/workflows/build-and-release-application.yaml:20:15: the runner of "actions-rs/toolchain@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
# TODO: read from rust-toolchain.toml
toolchain: "1.62.1"
Expand All @@ -28,7 +28,7 @@
# https://github.com/Swatinem/rust-cache/tree/cb2cf0cc7c5198d3364b9630e2c3d457f160790c#example-usage
- uses: Swatinem/rust-cache@v2
with:
working-directory: servers/reader

Check failure on line 31 in .github/workflows/build-and-release-application.yaml

View workflow job for this annotation

GitHub Actions / actionlint with reviewdog

[actionlint] reported by reviewdog 🐶 input "working-directory" is not defined in action "Swatinem/rust-cache@v2". available inputs are "cache-all-crates", "cache-directories", "cache-on-failure", "cache-provider", "cache-targets", "env-vars", "key", "prefix-key", "save-if", "shared-key", "workspaces" [action] Raw Output: .github/workflows/build-and-release-application.yaml:31:11: input "working-directory" is not defined in action "Swatinem/rust-cache@v2". available inputs are "cache-all-crates", "cache-directories", "cache-on-failure", "cache-provider", "cache-targets", "env-vars", "key", "prefix-key", "save-if", "shared-key", "workspaces" [action]

# buf CLIがビルドに必要
- uses: bufbuild/buf-setup-action@v1
Expand All @@ -36,19 +36,19 @@
# GitHubのUIにエラー/警告を表示してくれるので actions-rs/cargo を利用している

- name: Cargo fmt
uses: actions-rs/cargo@v1

Check failure on line 39 in .github/workflows/build-and-release-application.yaml

View workflow job for this annotation

GitHub Actions / actionlint with reviewdog

[actionlint] reported by reviewdog 🐶 the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: .github/workflows/build-and-release-application.yaml:39:15: the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
command: fmt
args: --manifest-path servers/reader/Cargo.toml --all -- --check

- name: Cargo clippy
uses: actions-rs/cargo@v1

Check failure on line 45 in .github/workflows/build-and-release-application.yaml

View workflow job for this annotation

GitHub Actions / actionlint with reviewdog

[actionlint] reported by reviewdog 🐶 the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: .github/workflows/build-and-release-application.yaml:45:15: the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
command: clippy
args: --manifest-path servers/reader/Cargo.toml

- name: Cargo test
uses: actions-rs/cargo@v1

Check failure on line 51 in .github/workflows/build-and-release-application.yaml

View workflow job for this annotation

GitHub Actions / actionlint with reviewdog

[actionlint] reported by reviewdog 🐶 the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: .github/workflows/build-and-release-application.yaml:51:15: the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
command: test
args: --manifest-path servers/reader/Cargo.toml --all-features
Expand All @@ -56,7 +56,7 @@
reader_build_image:
name: Build reader docker image (and publish on master)
needs: [ reader-lint-and-test ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
image_tag: ${{ steps.meta.outputs.tags }}
concurrency:
Expand Down Expand Up @@ -107,7 +107,7 @@
uses: actions/checkout@v3

- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1

Check failure on line 110 in .github/workflows/build-and-release-application.yaml

View workflow job for this annotation

GitHub Actions / actionlint with reviewdog

[actionlint] reported by reviewdog 🐶 the runner of "actions-rs/toolchain@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: .github/workflows/build-and-release-application.yaml:110:15: the runner of "actions-rs/toolchain@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
# TODO: read from rust-toolchain.toml
toolchain: "1.62.1"
Expand All @@ -118,7 +118,7 @@
# https://github.com/Swatinem/rust-cache/tree/cb2cf0cc7c5198d3364b9630e2c3d457f160790c#example-usage
- uses: Swatinem/rust-cache@v2
with:
working-directory: servers/translator

Check failure on line 121 in .github/workflows/build-and-release-application.yaml

View workflow job for this annotation

GitHub Actions / actionlint with reviewdog

[actionlint] reported by reviewdog 🐶 input "working-directory" is not defined in action "Swatinem/rust-cache@v2". available inputs are "cache-all-crates", "cache-directories", "cache-on-failure", "cache-provider", "cache-targets", "env-vars", "key", "prefix-key", "save-if", "shared-key", "workspaces" [action] Raw Output: .github/workflows/build-and-release-application.yaml:121:11: input "working-directory" is not defined in action "Swatinem/rust-cache@v2". available inputs are "cache-all-crates", "cache-directories", "cache-on-failure", "cache-provider", "cache-targets", "env-vars", "key", "prefix-key", "save-if", "shared-key", "workspaces" [action]

# buf CLIがビルドに必要
- uses: bufbuild/buf-setup-action@v1
Expand All @@ -126,13 +126,13 @@
# GitHubのUIにエラー/警告を表示してくれるので actions-rs/cargo を利用している

- name: Cargo fmt
uses: actions-rs/cargo@v1

Check failure on line 129 in .github/workflows/build-and-release-application.yaml

View workflow job for this annotation

GitHub Actions / actionlint with reviewdog

[actionlint] reported by reviewdog 🐶 the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: .github/workflows/build-and-release-application.yaml:129:15: the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
command: fmt
args: --manifest-path servers/translator/Cargo.toml --all -- --check

- name: Cargo clippy
uses: actions-rs/cargo@v1

Check failure on line 135 in .github/workflows/build-and-release-application.yaml

View workflow job for this annotation

GitHub Actions / actionlint with reviewdog

[actionlint] reported by reviewdog 🐶 the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: .github/workflows/build-and-release-application.yaml:135:15: the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
command: clippy
args: --manifest-path servers/translator/Cargo.toml
Expand All @@ -146,7 +146,7 @@
translator_build_image:
name: Build translator docker image (and publish on master)
needs: [ translator-lint-and-test ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
image_tag: ${{ steps.meta.outputs.tags }}
concurrency:
Expand Down
Loading