Skip to content

Commit 80b524e

Browse files
committed
Move checkout as first step, bump to checkout v4
1 parent 57f13f9 commit 80b524e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dockerhub-deployment.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
test-build-push:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Checkout current branch (full)
12+
uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1115
- name: Set up Java
1216
uses: actions/setup-java@v4
1317
with:
@@ -25,7 +29,6 @@ jobs:
2529
echo $'{ "experimental": true }' | sudo tee /etc/docker/daemon.json
2630
sudo service docker restart
2731
docker version -f '{{.Server.Experimental}}'
28-
- uses: actions/checkout@v2
2932
- name: Setup NPM environment specfic to SMUI
3033
uses: actions/setup-node@v4
3134
with:

0 commit comments

Comments
 (0)