We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3fec5 commit 78de296Copy full SHA for 78de296
.github/workflows/lint-on-push-pr.yml
@@ -5,14 +5,14 @@ jobs:
5
6
eslint:
7
name: ESLint
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
9
permissions:
10
contents: read
11
12
steps:
13
14
- name: Checkout repository code
15
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
16
17
- name: Set up Node.js
18
uses: actions/setup-node@v6.3.0
.github/workflows/sync-changes-to-gitlab.yml
@@ -7,7 +7,7 @@ on:
jobs:
build:
if: (github.repository == 'awesome-scripts/awesome-userscripts')
env:
@@ -16,7 +16,7 @@ jobs:
- name: Checkout awesome-scripts/awesome-userscripts
19
20
with:
21
fetch-depth: 0
22
0 commit comments