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

fix: usage of a deprecated Node.js version in CI #110

Conversation

hamirmahal
Copy link
Contributor

fixes #109.

@@ -28,6 +28,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
- uses: rustsec/audit-check@v2
Copy link
Contributor Author

Choose a reason for hiding this comment

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

v2 is the latest major version of this action at the time of this writing.

@amrbashir amrbashir merged commit 2636872 into tauri-apps:dev Oct 13, 2024
8 checks passed
@amrbashir
Copy link
Member

Thank you

@hamirmahal hamirmahal deleted the fix/usage-of-a-deprecated-nodejs-version-in-audit-yml branch October 13, 2024 00:03
@hamirmahal
Copy link
Contributor Author

You're welcome.

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.

audit.yml uses a deprecated Node.js version
2 participants