Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e-k8s-daemonset-lvmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
KUBERNETES_VERSION: ${{ matrix.kubernetes_versions }}
STORAGE_CAPACITY: "true"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-k8s-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
TEST_SCHEDULER_MANIFEST: ${{ inputs.test_scheduler_manifest }}
USE_LEGACY: ${{ inputs.use_legacy }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: "build"
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- "normal"
- "with-sidecar"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- run: make setup-docker-buildx
Expand All @@ -57,7 +57,7 @@ jobs:
- "normal"
- "with-sidecar"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- run: make install-container-structure-test
Expand All @@ -72,7 +72,7 @@ jobs:
run:
working-directory: "example"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
if [ "${{ secrets.IMAGE_PREFIX }}" != "" ]; then IMAGE_PREFIX=${{ secrets.IMAGE_PREFIX }}; else IMAGE_PREFIX=ghcr.io/topolvm/; fi
echo "IMAGE_PREFIX=${IMAGE_PREFIX}" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v7
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
Expand Down