Skip to content
Snippets Groups Projects
Unverified Commit 7d932251 authored by Adam Williamson's avatar Adam Williamson Committed by GitHub
Browse files

Merge pull request #305 from mwclient/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
parents c7f2e269 62f69777
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ jobs: ...@@ -24,7 +24,7 @@ jobs:
python-version: "3.6" python-version: "3.6"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment