Skip to content

Commit 46d5ee6

Browse files
committed
Merge branch 'master' of github.com:node-oauth/node-oauth2-server into feature/replace-eslint-with-biome
2 parents 2c34fcc + b511cd9 commit 46d5ee6

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
with:
4242
persist-credentials: false
4343
show-progress: false

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
with:
3232
fetch-depth: 0 # Not needed if lastUpdated is not enabled
3333
# - uses: pnpm/action-setup@v3 # Uncomment this block if you're using pnpm

.github/workflows/tests-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
persist-credentials: false
2929
show-progress: false
@@ -44,7 +44,7 @@ jobs:
4444
node: [20, 22, 24]
4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
persist-credentials: false
5050
show-progress: false
@@ -81,14 +81,14 @@ jobs:
8181
steps:
8282
# checkout this repo
8383
- name: Checkout repository
84-
uses: actions/checkout@v6
84+
uses: actions/checkout@v7
8585
with:
8686
persist-credentials: false
8787
show-progress: false
8888

8989
# checkout express-adapter repo
9090
- name: Checkout express-adapter
91-
uses: actions/checkout@v6
91+
uses: actions/checkout@v7
9292
with:
9393
persist-credentials: false
9494
show-progress: false
@@ -118,7 +118,7 @@ jobs:
118118
needs: [integrationtests]
119119
steps:
120120
- name: Checkout repository
121-
uses: actions/checkout@v6
121+
uses: actions/checkout@v7
122122
with:
123123
persist-credentials: false
124124
show-progress: false
@@ -139,7 +139,7 @@ jobs:
139139
packages: write
140140
steps:
141141
- name: Checkout repository
142-
uses: actions/checkout@v6
142+
uses: actions/checkout@v7
143143
with:
144144
persist-credentials: false
145145
show-progress: false

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
persist-credentials: false
2424
show-progress: false
@@ -42,7 +42,7 @@ jobs:
4242
node: [20, 22, 24]
4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646
with:
4747
persist-credentials: false
4848
show-progress: false

0 commit comments

Comments
 (0)