File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1414
1515 steps:
1616 - name: "Checkout sources"
17- uses: actions/checkout@v3
17+ uses: actions/checkout@v4
1818 with:
1919 submodules: recursive
2020
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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and 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
You can’t perform that action at this time.
0 commit comments