mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-16 05:08:37 +00:00
Compare commits
8 Commits
b28da091fa
...
renovate/s
Author | SHA1 | Date | |
---|---|---|---|
|
4eee41b90f | ||
|
1febba64bb | ||
|
db08fe947e | ||
|
2b9592c3a6 | ||
|
24b085277f | ||
|
d36b5a8109 | ||
|
04b6233e01 | ||
|
e5bf4ba2eb |
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install jq
|
||||
run: sudo apt-get install jq
|
||||
|
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
@@ -12,10 +12,10 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 22
|
||||
cache: 'npm'
|
||||
cache-dependency-path: package-lock.json
|
||||
- run: npm ci
|
||||
|
4
.github/workflows/tamper-monkey.yaml
vendored
4
.github/workflows/tamper-monkey.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install gomplate
|
||||
run: |
|
||||
@@ -25,4 +25,4 @@ jobs:
|
||||
- name: Run gomplate
|
||||
run: gomplate < script.js.tmpl > script.js
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
- uses: stefanzweifel/git-auto-commit-action@v6
|
||||
|
1276
package-lock.json
generated
1276
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user