diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99f385f..8fc5080 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Install development dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41f7192..acd15af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # Git history won't be fetched without this option - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: Generate release notes # To change the release notes format, edit RELEASE.md.hbs id: notes