diff --git a/.github/workflows/auto-codespell.yml b/.github/workflows/auto-codespell.yml index cb3c144d7..8c41efa70 100644 --- a/.github/workflows/auto-codespell.yml +++ b/.github/workflows/auto-codespell.yml @@ -23,17 +23,17 @@ jobs: name: PreCommit runs-on: ubuntu-latest steps: - - uses: actions/setup-python@v5.1.1 - - uses: DeterminateSystems/nix-installer-action@v13 + - uses: actions/setup-python@v5.3.0 + - uses: DeterminateSystems/nix-installer-action@v16 with: diagnostic-endpoint: "" - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/magic-nix-cache-action@v8 with: diagnostic-endpoint: "" - name: Checkout uses: actions/checkout@v4 - id: files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 - name: nix checks run: nix flake check - name: nix pre-commit diff --git a/.github/workflows/auto-gen-docs.yaml b/.github/workflows/auto-gen-docs.yaml index 283f013a1..68e9c75cb 100644 --- a/.github/workflows/auto-gen-docs.yaml +++ b/.github/workflows/auto-gen-docs.yaml @@ -33,10 +33,10 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'pull_request' || (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') steps: - - uses: DeterminateSystems/nix-installer-action@v13 + - uses: DeterminateSystems/nix-installer-action@v16 with: diagnostic-endpoint: "" - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/magic-nix-cache-action@v8 with: diagnostic-endpoint: "" - name: Checkout code @@ -54,7 +54,7 @@ jobs: | sed -e 's/\(.*\)/"\1"/' | xargs sed -i "/date:/c\date: $(date +'%Y-%m-%d')" - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 if: env.IS_CHANGED == 'true' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') with: commit-message: Auto-updated docs @@ -68,10 +68,10 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'pull_request' || (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') steps: - - uses: DeterminateSystems/nix-installer-action@v13 + - uses: DeterminateSystems/nix-installer-action@v16 with: diagnostic-endpoint: "" - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/magic-nix-cache-action@v8 with: diagnostic-endpoint: "" - name: Checkout code diff --git a/.github/workflows/auto-generate-manifests.yaml b/.github/workflows/auto-generate-manifests.yaml index c20979bb8..b9b1f3e66 100644 --- a/.github/workflows/auto-generate-manifests.yaml +++ b/.github/workflows/auto-generate-manifests.yaml @@ -51,7 +51,7 @@ jobs: cp chart/jenkins-operator/crds/jenkins-crd.yaml deploy/crds/jenkins.io_jenkins_crd.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: Auto-updated Kubernetes Manifests branch: manifest-deploy-update diff --git a/.github/workflows/auto-tests-bats.yaml b/.github/workflows/auto-tests-bats.yaml index 113219d25..bf255c16c 100644 --- a/.github/workflows/auto-tests-bats.yaml +++ b/.github/workflows/auto-tests-bats.yaml @@ -46,7 +46,7 @@ jobs: run: make go-dependencies - name: Setup Bats and libs - uses: bats-core/bats-action@2.0.0 + uses: bats-core/bats-action@3.0.0 with: support-path: "${{ github.workspace }}/.bats/bats-support" assert-path: "${{ github.workspace }}/.bats/bats-assert" @@ -54,7 +54,7 @@ jobs: file-path: "${{ github.workspace }}/.bats/bats-file" - name: Kind setup - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 with: cluster_name: ${{env.KIND_CLUSTER_NAME}} diff --git a/.github/workflows/auto-tests-e2e.yaml b/.github/workflows/auto-tests-e2e.yaml index 45432beab..43505152a 100644 --- a/.github/workflows/auto-tests-e2e.yaml +++ b/.github/workflows/auto-tests-e2e.yaml @@ -84,7 +84,7 @@ jobs: run: make go-dependencies - name: Kind setup - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 with: cluster_name: ${{env.KIND_CLUSTER_NAME}} config: kind-cluster.yaml diff --git a/.github/workflows/auto-tests-helm.yaml b/.github/workflows/auto-tests-helm.yaml index 4b7f4d631..97b1594bf 100644 --- a/.github/workflows/auto-tests-helm.yaml +++ b/.github/workflows/auto-tests-helm.yaml @@ -85,7 +85,7 @@ jobs: run: make go-dependencies - name: Kind setup - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 with: cluster_name: ${{env.KIND_CLUSTER_NAME}} config: kind-cluster.yaml diff --git a/.github/workflows/release-helm-chart.yaml b/.github/workflows/release-helm-chart.yaml index 5b0778fc5..8041e691c 100644 --- a/.github/workflows/release-helm-chart.yaml +++ b/.github/workflows/release-helm-chart.yaml @@ -31,7 +31,7 @@ jobs: # Creates pull request with new chart version - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: Release Helm chart ${{ github.event.inputs.chartVersion }} branch: helm-chart-release-${{ github.event.inputs.chartVersion }} diff --git a/.github/workflows/release-nightly.yaml b/.github/workflows/release-nightly.yaml index f8b4200cb..1c8363f6d 100644 --- a/.github/workflows/release-nightly.yaml +++ b/.github/workflows/release-nightly.yaml @@ -26,7 +26,7 @@ jobs: - name: Prep - setup Bats and bats libs if: ${{ github.event.inputs.skipTests != 'true' }} - uses: bats-core/bats-action@2.0.0 + uses: bats-core/bats-action@3.0.0 with: support-path: "${{ github.workspace }}/.bats/bats-support" assert-path: "${{ github.workspace }}/.bats/bats-assert" @@ -54,7 +54,7 @@ jobs: - name: Prep - Kind setup if: ${{ github.event.inputs.skipTests != 'true' }} - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 with: cluster_name: ${{env.KIND_CLUSTER_NAME}} config: kind-cluster.yaml