Skip to content

Commit 9a70c12

Browse files
committed
Update action helper versions
1 parent 51efb6b commit 9a70c12

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
@@ -11,9 +11,9 @@ jobs:
1111
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14.0-alpha - 3.14.0"]
1212
steps:
1313
- name: Check out
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v6.0.2
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v6.2.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install pip dependencies

0 commit comments

Comments
 (0)