Skip to content

Commit

Permalink
Move checkout as first step, bump to checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkr committed Aug 27, 2024
1 parent 57f13f9 commit 80b524e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dockerhub-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
test-build-push:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Java
uses: actions/setup-java@v4
with:
Expand All @@ -25,7 +29,6 @@ jobs:
echo $'{ "experimental": true }' | sudo tee /etc/docker/daemon.json
sudo service docker restart
docker version -f '{{.Server.Experimental}}'
- uses: actions/checkout@v2
- name: Setup NPM environment specfic to SMUI
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 80b524e

Please sign in to comment.