Skip to content

Commit a799f19

Browse files
committed
Update GitHub actions
1 parent 36d59e0 commit a799f19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-and-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
fail-fast: false
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
cache: "pip"

0 commit comments

Comments
 (0)