Skip to content

Commit f7111d6

Browse files
chore(deps): update actions/checkout action to v6
1 parent 367c367 commit f7111d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
]
3232
test: [all, simple, launch, spawn]
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
- uses: actions/setup-python@v5
3636
with:
3737
python-version: 3.9
@@ -98,7 +98,7 @@ jobs:
9898
lint:
9999
runs-on: ubuntu-latest
100100
steps:
101-
- uses: actions/checkout@v4
101+
- uses: actions/checkout@v6
102102
- uses: actions/setup-python@v5
103103
with:
104104
python-version: 3.9

0 commit comments

Comments
 (0)