Skip to content

Commit da52ef4

Browse files
authored
Merge pull request #657 from bashtage/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 4 to 6
2 parents b77f4f4 + 67fad92 commit da52ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
submodules: recursive
4242
fetch-depth: 0
4343

44-
- uses: actions/setup-python@v4
44+
- uses: actions/setup-python@v6
4545
with:
4646
python-version: '3.x'
4747

.github/workflows/generate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install pandoc
2626
uses: r-lib/actions/setup-pandoc@v2
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies

0 commit comments

Comments
 (0)