Skip to content

Commit

Permalink
update Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lrossa committed Dec 12, 2024
1 parent e763669 commit 7000e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-scripts-build-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
name: "Win2019 MSC-19, static"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Automatic core dumper analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
name: "3.15 Win VS2019, static"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Automatic core dumper analysis
Expand Down

0 comments on commit 7000e3b

Please sign in to comment.