Skip to content

Commit ef5d86f

Browse files
bump action versions
1 parent 8224ad4 commit ef5d86f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
os: ["ubuntu-latest"]
2424
python-version: ["3.11", "3.12"]
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929
- name: Set up Python
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
cache: "pip"

0 commit comments

Comments
 (0)