Skip to content

Commit 1446040

Browse files
authored
Merge pull request #33 from kurtmckee/update-action-version
Update GitHub action versions to resolve deprecation warnings
2 parents e27aa55 + b4e34a5 commit 1446040

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)