Skip to content

Commit b49ac05

Browse files
Update docker/login-action action to v4
1 parent a5e5895 commit b49ac05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prometheus_node_exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v6
1414
- name: Login to GitHub Container Registry
15-
uses: docker/login-action@v3
15+
uses: docker/login-action@v4
1616
with:
1717
registry: ghcr.io
1818
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)