Skip to content

Commit 630795c

Browse files
committed
Merge branch 'master' of github.com:Chantouch/vue-api-queries
2 parents 94544bc + e758ea1 commit 630795c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/[email protected]
1313
with:
1414
fetch-depth: 1
15-
- uses: actions/[email protected].4
15+
- uses: actions/[email protected].5
1616
with:
1717
node-version: 12
1818
- run: npm install
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/[email protected]
2929
with:
3030
fetch-depth: 1
31-
- uses: actions/[email protected].4
31+
- uses: actions/[email protected].5
3232
with:
3333
node-version: 12
3434
registry-url: https://npm.pkg.github.com/
@@ -48,7 +48,7 @@ jobs:
4848
# - uses: actions/[email protected]
4949
# with:
5050
# fetch-depth: 1
51-
# - uses: actions/[email protected].4
51+
# - uses: actions/[email protected].5
5252
# with:
5353
# node-version: 12
5454
# registry-url: https://registry.npmjs.org/

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/[email protected].16
13+
- uses: actions/[email protected].17
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
stale-issue-message: 'Stale issue message'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/[email protected]
2323
with:
2424
fetch-depth: 1
25-
- uses: actions/[email protected].4
25+
- uses: actions/[email protected].5
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm install

0 commit comments

Comments
 (0)