mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-11-25 18:34:15 +00:00
Compare commits
2 Commits
f1857b7235
...
ee17b680d9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee17b680d9 | ||
|
|
52a066c900 |
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@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install jq
|
||||
run: sudo apt-get install jq
|
||||
|
||||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
|
||||
2
.github/workflows/tamper-monkey.yaml
vendored
2
.github/workflows/tamper-monkey.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install gomplate
|
||||
run: |
|
||||
|
||||
696
package-lock.json
generated
696
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user