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
2 changes: 1 addition & 1 deletion .github/workflows/agent-boundary-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
boundary-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.pantry.tgz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: co
- run: find co -type f -not -name package.yml -delete -o -type l -delete
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
projects: ${{ steps.diff.outputs.diff }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6
id: get-diff
with:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
needs: [pkg, ingest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix: ${{ steps.process-diff.outputs.matrix }}
steps:
- uses: pkgxdev/setup@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6
id: get-diff
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
PKGX_PANTRY_PATH: ${{ github.workspace }}
PKGX_PANTRY_DIR: ${{ github.workspace }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: ./.github/actions/setup
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pkg-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
PKGX_PANTRY_PATH: ${{ github.workspace }}
PKGX_PANTRY_DIR: ${{ github.workspace }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
pacman -Sy --noconfirm gcc libatomic_ops libxcrypt-compat
fi

- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
- uses: pkgxdev/setup@v4

Expand All @@ -154,7 +154,7 @@ jobs:
steps:
- uses: pkgxdev/setup@v4

- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
permissions:
issues: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./.github/actions/complain
with:
pkg: ${{ fromJSON(inputs.pkg).project }}=${{ fromJSON(inputs.pkg).version.value }}
2 changes: 1 addition & 1 deletion .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pkg: ${{ steps.id.outputs.pkg-json }}
steps:
- uses: pkgxdev/setup@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: .github/scripts/get-matrix.ts ${{ inputs.pkg }}
id: matrix
- uses: pkgxdev/brewkit/id@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
source_changed: ${{ steps.source.outputs.diff != '' }}
tests_changed: ${{ steps.tests.outputs.diff != '' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: technote-space/get-diff-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/restock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
versions: ${{ steps.inventory.outputs.versions }}
steps:
- uses: pkgxdev/setup@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: ./.github/scripts/inventory.ts ${{ inputs.project }}
id: inventory

Expand Down
Loading