Skip to content

Commit 6fd3438

Browse files
committed
update changelog
1 parent 963a6e4 commit 6fd3438

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/.release-created.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
${{ startsWith(github.ref, 'refs/heads/release/') }}
1717
steps:
1818
# Checks-out the develop branch
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
ref: 'refs/heads/develop'
2222
- uses: actions/setup-python@v6

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
source: ${{ steps.build-outputs.outputs.source }}
3838

3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141
with:
4242
fetch-depth: 0 # Needed for proper versioning
4343

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010
### Changed
11+
- [issue/116] (https://github.com/podaac/hitide/issues/116): Poetry update python libraries for cumulus consolidation.
1112
### Deprecated
1213
### Removed
1314
### Fixed

0 commit comments

Comments
 (0)