Skip to content

Commit 54948ea

Browse files
committed
Attempt to fix docker-build.yml
1 parent bc17965 commit 54948ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@master
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 1
1818

1919
- name: Setup mirror
20-
uses: self-actuated/hub-mirror@master
20+
uses: self-actuated/hub-mirror@v2
2121
- name: Get TAG
2222
id: get_tag
2323
run: echo TAG=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV

0 commit comments

Comments
 (0)