Skip to content

Commit 99a4886

Browse files
author
Release Manager
committed
sagemathgh-37818: Bump up actions Bump up the bumpable actions. Should be complete in conjunction with sagemath#37474. Note: `potiuk/get-workflow-origin` is not maintained anymore and throws warnings. - Depends on sagemath#36498 (merged here) URL: sagemath#37818 Reported by: gmou3 Reviewer(s): Dima Pasechnik
2 parents 4343fc9 + f38d14b commit 99a4886

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,6 @@ jobs:
373373

374374
- name: Upload coverage to codecov
375375
if: (success() || failure()) && steps.container.outcome == 'success'
376-
uses: codecov/codecov-action@v3
376+
uses: codecov/codecov-action@v4
377377
with:
378378
directory: ./coverage-report

.github/workflows/ci-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
${{ runner.os }}-conda-${{ hashFiles('src/environment-3.11.yml') }}
6262

6363
- name: Setup Conda environment
64-
uses: conda-incubator/setup-miniconda@v2
64+
uses: conda-incubator/setup-miniconda@v3
6565
with:
6666
python-version: ${{ matrix.python }}
6767
miniforge-version: latest

.github/workflows/ci-linux-incremental.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- name: Get all packages that have changed
4949
id: changed-packages
50-
uses: tj-actions/changed-files@v42
50+
uses: tj-actions/changed-files@v44
5151
with:
5252
files_yaml: |
5353
configures:

.github/workflows/dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/download-artifact@v4
6565
with:
6666
name: release_dist
67-
- uses: softprops/action-gh-release@v1
67+
- uses: softprops/action-gh-release@v2
6868
with:
6969
generate_release_notes: true
7070
files: |

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Lint
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
77
- develop
8-
pull_request:
8+
pull_request:
99
merge_group:
1010

1111
concurrency:
@@ -29,7 +29,7 @@ jobs:
2929
SAGE_CI_FIXES_FROM_REPOSITORIES: ${{ vars.SAGE_CI_FIXES_FROM_REPOSITORIES }}
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: 3.9
3535

0 commit comments

Comments
 (0)