Merge pull request #1367 from arc53/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Alex
2024-10-22 19:31:46 +01:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ jobs:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with: