Skip to content

Commit 1a182a1

Browse files
committed
Increase one more action version, docker/login
1 parent daa37b1 commit 1a182a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
username: ${{ secrets.DOCKERHUB_USERNAME }}
7575
password: ${{ secrets.DOCKERHUB_TOKEN }}
7676
- name: Login to GitHub Container Registry
77-
uses: docker/login-action@v2
77+
uses: docker/login-action@v3
7878
with:
7979
registry: ghcr.io
8080
username: ${{ github.actor }}

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
### Fixed
1616
-
1717

18+
## [4.2.4] - 2024-06-12
19+
20+
### Fixed
21+
- Increase one more action version
22+
1823
## [4.2.3] - 2024-06-12
1924

2025
### Fixed

0 commit comments

Comments
 (0)