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

Merge pull request #297 from mwclient/dependabot/github_actions/actions/setup-python-4.6.1

Bump actions/setup-python from 4.6.0 to 4.6.1
parents 4cb93871 45fc5607
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ jobs: ...@@ -28,7 +28,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.6.0 uses: actions/setup-python@v4.6.1
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
......
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