Skip to content

Commit b4e34a5

Browse files
committed
Update GitHub action versions to resolve deprecation warnings
1 parent e27aa55 commit b4e34a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ${{ matrix.platform }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v6
1818
with:
1919
submodules: recursive
2020
- name: Set up Python ${{ matrix.python }}
21-
uses: actions/setup-python@v3
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python }}
2424
- name: Install test dependencies

0 commit comments

Comments
 (0)