mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-10-04 17:26:00 +00:00
Compare commits
4 Commits
467cf44787
...
renovate/s
Author | SHA1 | Date | |
---|---|---|---|
|
ecd7a78b1c | ||
|
acb1c9c210 | ||
|
1febba64bb | ||
|
db08fe947e |
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
|
||||
|
6
.github/workflows/lint.yaml
vendored
6
.github/workflows/lint.yaml
vendored
@@ -12,10 +12,10 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-node@v5
|
||||
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
|
||||
|
Reference in New Issue
Block a user