2 Commits

Author SHA1 Message Date
renovate[bot]
ecd7a78b1c Update stefanzweifel/git-auto-commit-action action to v6 2025-09-06 01:42:33 +00:00
renovate[bot]
acb1c9c210 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>
2025-09-05 21:41:25 -04:00
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-node@v4 - uses: actions/setup-node@v5
with: with:
node-version: 22 node-version: 22
cache: 'npm' cache: 'npm'

View File

@@ -25,4 +25,4 @@ jobs:
- name: Run gomplate - name: Run gomplate
run: gomplate < script.js.tmpl > script.js run: gomplate < script.js.tmpl > script.js
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v6

View File

@@ -7,7 +7,7 @@
// @match *://forums.redflagdeals.com/* // @match *://forums.redflagdeals.com/*
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js // @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js
// @version 2025-08-16 // @version 2025-09-06
// ==/UserScript== // ==/UserScript==
(function() { (function() {