Skip to content

Commit

Permalink
Re-merge pull request #2 dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
Cherry Pick from SISE 6
  • Loading branch information
dependabot[bot] authored and ParadoxV5 committed Oct 3, 2023
1 parent 0dc15e3 commit 4d68bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 2
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
timeout-minutes: 5
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 4d68bfd

Please sign in to comment.