From acb1c9c2108b3d09bde52dbf0b2f3a7f10811e59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 21:41:25 -0400 Subject: [PATCH] Update actions/setup-node action to v5 (#45) * Update actions/setup-node action to v5 * Apply automatic changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index bbaa91d..33c0e58 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 22 cache: 'npm' diff --git a/script.js b/script.js index a0445f1..3c02096 100644 --- a/script.js +++ b/script.js @@ -7,7 +7,7 @@ // @match *://forums.redflagdeals.com/* // @namespace http://tampermonkey.net/ // @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js -// @version 2025-08-16 +// @version 2025-09-06 // ==/UserScript== (function() {