We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa37b1 commit 1a182a1Copy full SHA for 1a182a1
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
username: ${{ secrets.DOCKERHUB_USERNAME }}
75
password: ${{ secrets.DOCKERHUB_TOKEN }}
76
- name: Login to GitHub Container Registry
77
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
78
with:
79
registry: ghcr.io
80
username: ${{ github.actor }}
CHANGELOG.md
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
### Fixed
16
-
17
18
+## [4.2.4] - 2024-06-12
19
+
20
+### Fixed
21
+- Increase one more action version
22
23
## [4.2.3] - 2024-06-12
24
25
0 commit comments