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

Check code format in GitHub Action #48

Merged

Conversation

kianmeng
Copy link
Contributor

We also tally the minimum supported Erlang/OTP and Elixir versions in the deps and GitHub Actions as well as bump GitHub Actions deps.

We also tally the minimum supported Erlang/OTP and Elixir versions in
the deps and GitHub Actions as well as bump GitHub Actions deps.
@@ -8,7 +8,7 @@ defmodule OpenAPI.MixProject do
[
app: :oapi_generator,
version: @version,
elixir: "~> 1.13",
elixir: "~> 1.14",
Copy link
Contributor Author

@kianmeng kianmeng May 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the assumption that you want to support the latest three (1.14.x, 1.15.x, and 1.16.x) stable versions, as I observed in the .github/workflows/ci.yml file.


- name: Fetch Hex Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: hex-cache
Copy link
Contributor Author

@kianmeng kianmeng May 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To remove the Node.js depreciation warning:

Node.js 16 actions are deprecated. Please update the following actions to use
Node.js 20: actions/checkout@v3, actions/cache@v3.

@aj-foster aj-foster merged commit 9ce5f72 into aj-foster:main Jun 24, 2024
2 checks passed
@aj-foster
Copy link
Owner

Thank you ❤️

@kianmeng
Copy link
Contributor Author

🥳 🥳 🥳 🥳 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants