Skip to content

Commit 94cd193

Browse files
committed
[GitHub Actions] Updated Dependencies
1 parent 585c543 commit 94cd193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/postman.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
inputs:
1010
version:
1111
default: "latest"
12-
description: "Postman Version, accepted values: ['latest', 'version/8.x.x', 'version/9.x.x']"
12+
description: "Postman Version, accepted values: ['latest', 'version/8.x.x', 'version/9.x.x', 'version/10.x.x']"
1313
required: true
1414

1515

@@ -44,9 +44,9 @@ jobs:
4444
runs-on: ubuntu-latest
4545

4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v3
4848

49-
- uses: actions/setup-node@v2
49+
- uses: actions/setup-node@v3
5050
with:
5151
node-version: '16'
5252

0 commit comments

Comments
 (0)