We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
後続の checkout@v2 で 以下のような警告が表示されるようになりました
checkout@v2
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/upload-artifact, actions/checkout
checkoutにはv3が出ています https://github.com/actions/checkout
jobs: build: name: Re:VIEW Workflow runs-on: ubuntu-latest container: docker://vvakame/review:5.5 steps: - uses: actions/checkout@v3 - name: Build PDF and Epub run: rake all - uses: actions/upload-artifact@v3
といった感じで @v2 を @V3 にしていただけるとよいと思います
The text was updated successfully, but these errors were encountered:
No branches or pull requests
後続の
checkout@v2
で 以下のような警告が表示されるようになりましたcheckoutにはv3が出ています
https://github.com/actions/checkout
といった感じで @v2 を @V3 にしていただけるとよいと思います
The text was updated successfully, but these errors were encountered: