diff --git a/.github/workflows/build-minio-daily-auto.yaml b/.github/workflows/build-minio-daily-auto.yaml index 232b55a..5a16493 100644 --- a/.github/workflows/build-minio-daily-auto.yaml +++ b/.github/workflows/build-minio-daily-auto.yaml @@ -17,7 +17,7 @@ jobs: uses: szenius/set-timezone@v1.2 with: timezoneLinux: "Asia/Shanghai" - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-go@v5 with: go-version: '1.24' diff --git a/.github/workflows/build-minio-manually.yml b/.github/workflows/build-minio-manually.yml index d3659de..511f299 100644 --- a/.github/workflows/build-minio-manually.yml +++ b/.github/workflows/build-minio-manually.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 diff --git a/.github/workflows/build-push-images.yml b/.github/workflows/build-push-images.yml index bea9dbf..d214063 100644 --- a/.github/workflows/build-push-images.yml +++ b/.github/workflows/build-push-images.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git clone repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Login to GitHub Container Registry diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b91a907..3691487 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: targets: ${{ steps.set-targets.outputs.targets }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get image directories id: set-targets run: | @@ -27,7 +27,7 @@ jobs: target: ${{ fromJson(needs.get-targets.outputs.targets) }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0