Skip to content

Commit 505bb6d

Browse files
CICD: Update checkout action to v4
1 parent 514b00b commit 505bb6d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: "Checkout sources"
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
submodules: recursive
2020

@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: "Checkout sources"
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949

5050
- name: "Set up Python"
5151
uses: actions/setup-python@v4
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: "Checkout sources"
78-
uses: actions/checkout@v3
78+
uses: actions/checkout@v4
7979

8080
- name: "Set up Python ${{ matrix.python-version }}"
8181
uses: actions/setup-python@v4

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020
steps:
2121
- name: "Checkout Git repository"
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: "Install Conda environment with Micromamba"
2525
uses: mamba-org/setup-micromamba@v1

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [Unreleased]
99

1010
### Changed
1111

12+
- CICD: Update checkout action to v4
1213
- Update supported Python versions to 3.9–3.12
1314

1415
## [3.1.0] - 2024-10-28

0 commit comments

Comments
 (0)