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

GitHub ActionsでのNode.js 12の非推奨対応 #78

Open
kaitas opened this issue Oct 7, 2022 · 0 comments
Open

GitHub ActionsでのNode.js 12の非推奨対応 #78

kaitas opened this issue Oct 7, 2022 · 0 comments

Comments

@kaitas
Copy link

kaitas commented Oct 7, 2022

後続の 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 にしていただけるとよいと思います

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

No branches or pull requests

1 participant