Skip to content

Commit bc3f9ec

Browse files
Bump actions/checkout from 3 to 4 (#1349)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 583409a commit bc3f9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/run-tutorial.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
timeout-minutes: 30 # Set a reasonable timeout for all tests
2929

3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232

3333
- name: Set up Python ${{ matrix.python-version }}
3434
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)