Skip to content

Commit 76b6dd6

Browse files
committed
Merge branch 'main' of github.com-chantouchsek:chantouchsek/vue-axios-http into bugfix/allow-add-msg-to-forceupdate
2 parents 260968d + 387770f commit 76b6dd6

File tree

3 files changed

+111
-143
lines changed

3 files changed

+111
-143
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest, macOS-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v3.0.2
21+
- uses: actions/checkout@v3.1.0
2222
with:
2323
fetch-depth: 1
2424
- uses: actions/[email protected]

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3.0.2
41+
uses: actions/checkout@v3.1.0
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

0 commit comments

Comments
 (0)