File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v6.0.2
2020
2121 - name : Build
2222 run : swift build
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v6.0.2
1818
1919 - name : Test
2020 run : swift test
2828 shasum -a 256 "dist/CBManager-${VERSION}.dmg" > "dist/CBManager-${VERSION}.dmg.sha256"
2929
3030 - name : Upload release assets
31- uses : softprops/action-gh-release@v2.5.0
31+ uses : softprops/action-gh-release@v2.6.1
3232 with :
3333 body_path : dist/release-notes.md
3434 files : |
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project are documented in this file.
44
55## [ Unreleased]
66
7+ ### Changed
8+
9+ - Updated GitHub Actions workflow dependencies to the latest upstream releases: ` actions/checkout@v6.0.2 ` and ` softprops/action-gh-release@v2.6.1 ` , removing the release job's Node 20 deprecation path.
10+
711## [ 0.5.4] - 2026-04-09
812
913### Fixed
You can’t perform that action at this time.
0 commit comments