Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/cache-default-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
cache-asdf-tools:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v7
- name: Checkout voxel51/aloha-github-workflows
uses: actions/checkout@v6.0.1
uses: actions/checkout@v7
with:
repository: voxel51/aloha-github-workflows
ref: main
Expand All @@ -31,9 +31,9 @@ jobs:
cache-pre-commit-repos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v7
- name: Checkout voxel51/aloha-github-workflows
uses: actions/checkout@v6.0.1
uses: actions/checkout@v7
with:
repository: voxel51/aloha-github-workflows
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
helm-integration-required: ${{ steps.filter.outputs.helm-integration }}
helm-unit-required: ${{ steps.filter.outputs.helm-unit }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: dorny/paths-filter@v4
id: filter
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Checkout voxel51/aloha-github-workflows
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: voxel51/aloha-github-workflows
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-internal-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
# If a pull request, checkout the source branch
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
ref: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-docker-pulls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
docker-pulls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-python@v6.2.0
- name: Checkout voxel51/aloha-github-workflows
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: voxel51/aloha-github-workflows
ref: main
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
unit-compose:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Checkout voxel51/aloha-github-workflows
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: voxel51/aloha-github-workflows
ref: main
Expand Down Expand Up @@ -47,11 +47,11 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Free Disk Space (Ubuntu) # standard runner's 14 GB available disk size isn't enough. Need at least 22 GB free.
uses: jlumbroso/free-disk-space@v1.3.1
- name: Checkout voxel51/aloha-github-workflows
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: voxel51/aloha-github-workflows
ref: main
Expand Down Expand Up @@ -104,11 +104,11 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Free Disk Space (Ubuntu) # standard runner's 14 GB available disk size isn't enough. Need at least 22 GB free.
uses: jlumbroso/free-disk-space@v1.3.1
- name: Checkout voxel51/aloha-github-workflows
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: voxel51/aloha-github-workflows
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
unit-helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Checkout voxel51/aloha-github-workflows
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: voxel51/aloha-github-workflows
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-integration-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Checkout voxel51/aloha-github-workflows
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: voxel51/aloha-github-workflows
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-chart-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
ref: "${{ github.ref }}"
Expand Down
Loading