Skip to content

Commit 64eee63

Browse files
committed
Merge branch 'update/agents' of https://github.com/python-cachier/cachier into update/agents
2 parents 42f931c + 74f36af commit 64eee63

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ coverage:
1414
status:
1515
project: # overall coverage
1616
default:
17+
informational: true
1718
target: auto # fail on any drop
1819
threshold: 0% # or 0.5 % if you want slack
1920
patch: # changed lines
2021
default:
22+
informational: true
2123
target: 97%
2224

2325
comment:

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v5
5151

5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
RELEASING_PROCESS: "1"
2424
steps:
2525
- uses: actions/checkout@v5
26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.x"
2929
- name: Install dependencies
@@ -56,7 +56,7 @@ jobs:
5656
matrix:
5757
os: [ubuntu-latest, macOS-latest, windows-latest]
5858
steps:
59-
- uses: actions/setup-python@v5
59+
- uses: actions/setup-python@v6
6060
with:
6161
python-version: "3.x"
6262
- name: Download dist artifact

0 commit comments

Comments
 (0)