Skip to content

Commit 86241d5

Browse files
committed
ci: update setup workflow actions
1 parent 96aa41f commit 86241d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- name: Check out repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v7
2121

2222
- name: Set up Python 3.11
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.11"
2626

0 commit comments

Comments
 (0)