diff --git a/.github/workflows/dockerToHub-dev.yml b/.github/workflows/dockerToHub-dev.yml index 724f8d24e..9bb837966 100644 --- a/.github/workflows/dockerToHub-dev.yml +++ b/.github/workflows/dockerToHub-dev.yml @@ -13,7 +13,7 @@ jobs: # runs-on: self-hosted steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: 'dev' clean: false @@ -36,7 +36,7 @@ jobs: needs: build steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: clean: true ref: 'dev' diff --git a/.github/workflows/dockerToHub.yml b/.github/workflows/dockerToHub.yml index 70431ae1c..0dccdb8ca 100644 --- a/.github/workflows/dockerToHub.yml +++ b/.github/workflows/dockerToHub.yml @@ -21,7 +21,7 @@ jobs: # runs-on: self-hosted steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: clean: false github-server-url: 'https://gh.siji.ci' @@ -39,7 +39,7 @@ jobs: runs-on: self steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: clean: true github-server-url: 'https://gh.siji.ci'