Skip to content

Commit

Permalink
Merge pull request #190 from datalad/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

[gh-actions](deps): Bump actions/setup-python from 4 to 5
  • Loading branch information
jwodder authored Dec 11, 2023
2 parents e6452d3 + 28f2f9f commit 380a45d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ jobs:
git config --global user.name "GitHub Almighty"
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ jobs:
git config --global user.name "GitHub Almighty"
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ jobs:
git config --global user.name "GitHub Almighty"
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: git-annex-ci-reports

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '^3.8'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template/build-{{ostype}}.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ jobs:
git config --global user.name "GitHub Almighty"

- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '^3.8'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: git checkout origin/master -- .github

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '^3.6'

Expand Down

0 comments on commit 380a45d

Please sign in to comment.