diff --git a/.github/workflows/gitee-sync.yml b/.github/workflows/gitee-sync.yml index d598536..befb7a9 100644 --- a/.github/workflows/gitee-sync.yml +++ b/.github/workflows/gitee-sync.yml @@ -34,7 +34,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Mirror Github to Gitee uses: Yikun/hub-mirror-action@v1.5 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1abbd1c..5479e4c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -55,7 +55,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: License Header Check run: make verify-copyright @@ -75,7 +75,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # This action uses its own setup-go, which always seems to use the latest # stable version of Go. We could run 'make lint' to ensure our desired Go diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c675377..abbbdc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set ROOT_DIR environment variable run: |