Skip to content

Commit 2212608

Browse files
committed
ci: update workflow action versions
1 parent 75115e0 commit 2212608

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -28,7 +28,7 @@ jobs:
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: |

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)