Skip to content

Commit b544394

Browse files
committed
chore: update github actions to latest version
1 parent 784e240 commit b544394

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: google-github-actions/release-please-action@v3
10+
- uses: google-github-actions/release-please-action@v4
1111
with:
1212
release-type: node
1313
package-name: mongoose-delete-ts

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb-version }}
1212
steps:
1313
- name: Git checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020

2121
- name: Start MongoDB
22-
uses: supercharge/mongodb-github-action@1.7.0
22+
uses: supercharge/mongodb-github-action@1.10.0
2323
with:
2424
mongodb-version: ${{ matrix.mongodb-version }}
2525

@@ -31,10 +31,10 @@ jobs:
3131
name: Evaluate eslint
3232
steps:
3333
- name: Git checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535

3636
- name: Use Node.js 20
37-
uses: actions/setup-node@v3
37+
uses: actions/setup-node@v4
3838
with:
3939
node-version: 20
4040

0 commit comments

Comments
 (0)