diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f8bfd972..213e1239 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: security-events: write steps: - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go 1.x uses: actions/setup-go@v6 with: diff --git a/.github/workflows/docker-jepsen.yml b/.github/workflows/docker-jepsen.yml index 5c37b400..a1782f78 100644 --- a/.github/workflows/docker-jepsen.yml +++ b/.github/workflows/docker-jepsen.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get dependencies run: | diff --git a/.github/workflows/docker-tests-8.0.yml b/.github/workflows/docker-tests-8.0.yml index 77e0a3a3..1e326400 100644 --- a/.github/workflows/docker-tests-8.0.yml +++ b/.github/workflows/docker-tests-8.0.yml @@ -22,11 +22,11 @@ jobs: needs: [ lint, all_unittests ] steps: - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Docker images caching id: cache-images - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/mysync-base-img8.0.tgz key: mysync-base-img8.0-${{ hashFiles('tests/images/base/*') }} @@ -83,7 +83,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get dependencies run: | @@ -91,7 +91,7 @@ jobs: - name: Load docker images id: cache-images - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/mysync-base-img8.0.tgz key: mysync-base-img8.0-${{ hashFiles('tests/images/base/*') }} diff --git a/.github/workflows/docker-tests-8.4.yml b/.github/workflows/docker-tests-8.4.yml index fa599428..c1f63295 100644 --- a/.github/workflows/docker-tests-8.4.yml +++ b/.github/workflows/docker-tests-8.4.yml @@ -22,11 +22,11 @@ jobs: needs: [ lint, all_unittests ] steps: - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Docker images caching id: cache-images - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/mysync-base-img8.4.tgz key: mysync-base-img8.4-${{ hashFiles('tests/images/base/*') }} @@ -85,7 +85,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get dependencies run: | @@ -93,7 +93,7 @@ jobs: - name: Load docker images id: cache-images - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/mysync-base-img8.4.tgz key: mysync-base-img8.4-${{ hashFiles('tests/images/base/*') }} diff --git a/.github/workflows/docker-tests.yml b/.github/workflows/docker-tests.yml index 8a626f9e..1f9de074 100644 --- a/.github/workflows/docker-tests.yml +++ b/.github/workflows/docker-tests.yml @@ -22,11 +22,11 @@ jobs: needs: [ lint, all_unittests ] steps: - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Docker images caching id: cache-images - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/mysync-base-img.tgz key: mysync-base-img-${{ hashFiles('tests/images/base/*') }} @@ -79,7 +79,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get dependencies run: | @@ -87,7 +87,7 @@ jobs: - name: Load docker images id: cache-images - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/mysync-base-img.tgz key: mysync-base-img-${{ hashFiles('tests/images/base/*') }} diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index e5cf2f44..36fcf44f 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -18,8 +18,8 @@ jobs: - uses: actions/setup-go@v6 with: go-version: 1.25.6 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: golangci-lint - uses: golangci/golangci-lint-action@v9.2.1 + uses: golangci/golangci-lint-action@v9.3.0 with: version: v2.4 diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 97666155..cc333e6f 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -23,7 +23,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get dependencies run: |