Skip to content

Commit

Permalink
ci-scripts-build-XXX.yml: checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tboegi committed Oct 22, 2024
1 parent 155db28 commit 74f93f9
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 @@ -159,7 +159,7 @@ jobs:
name: "Win2019 MSC-19, static"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
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 @@ -68,7 +68,7 @@ jobs:
name: "3.15 Win VS2019, static"

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

0 comments on commit 74f93f9

Please sign in to comment.