Skip to content

Commit ee909d6

Browse files
authored
Change action version to a correct value. (USACE#981)
Apparently my auto complete wasn't giving me actually version numbers for the package at hand.
1 parent 420bebb commit ee909d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ jobs:
6868
token: ${{ secrets.token != null && secrets.token || secrets.GITHUB_TOKEN }}
6969
- name: Log in to the Container registry
7070
id: login-ghcr
71-
uses: docker/login-action@v4.5.0
71+
uses: docker/login-action@v3.3.0
7272
with:
7373
registry: ghcr.io
7474
username: ${{ github.actor }}
7575
password: ${{ secrets.token != null && secrets.token || secrets.GITHUB_TOKEN }}
7676
- name: Login to HEC Public Registry
77-
uses: docker/login-action@v4.5.0
77+
uses: docker/login-action@v3.3.0
7878
id: login-hec
7979
with:
8080
registry: ${{ secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY }}

0 commit comments

Comments
 (0)