File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 92
92
- name : Checkout
93
93
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
94
94
- name : Login to GitHub Packages
95
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
95
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
96
96
with :
97
97
registry : ghcr.io/ansys
98
98
username : ${{ github.actor }}
@@ -154,7 +154,7 @@ jobs:
154
154
pip install .[tests]
155
155
156
156
- name : Login to GitHub Packages
157
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
157
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
158
158
with :
159
159
registry : ghcr.io/ansys
160
160
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 47
47
pip install .[tests]
48
48
49
49
- name : Login to GitHub Packages
50
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
50
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
51
51
with :
52
52
registry : ghcr.io/ansys
53
53
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments