diff --git a/.github/actions/notify-slack/action.yml b/.github/actions/notify-slack/action.yml index 5a3a5c58..426f7cba 100644 --- a/.github/actions/notify-slack/action.yml +++ b/.github/actions/notify-slack/action.yml @@ -18,7 +18,7 @@ inputs: runs: using: "composite" steps: - - uses: slackapi/slack-github-action@v3.0.5 + - uses: slackapi/slack-github-action@v4.0.0 with: webhook: ${{ inputs.webhook }} webhook-type: incoming-webhook diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 2d1fb9e1..350a3bdc 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -89,7 +89,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libvips - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version-file: web/.nvmrc cache: npm @@ -211,7 +211,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libvips - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version-file: web/.nvmrc cache: npm