Skip to content

Commit ca20004

Browse files
dependabot[bot]jhheider
authored andcommitted
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7516a2 commit ca20004

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/workflows/agent-boundary-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
boundary-check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/cd.pantry.tgz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3535
aws-region: us-east-1
3636

37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v6
3838
with:
3939
path: co
4040
- run: find co -type f -not -name package.yml -delete -o -type l -delete

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
projects: ${{ steps.diff.outputs.diff }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: technote-space/get-diff-action@v6
1919
id: get-diff
2020
with:
@@ -42,7 +42,7 @@ jobs:
4242
needs: [pkg, ingest]
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v6
4646
with:
4747
fetch-depth: 1
4848

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix: ${{ steps.process-diff.outputs.matrix }}
2020
steps:
2121
- uses: pkgxdev/setup@v4
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- uses: technote-space/get-diff-action@v6
2424
id: get-diff
2525
with:
@@ -56,7 +56,7 @@ jobs:
5656
PKGX_PANTRY_PATH: ${{ github.workspace }}
5757
PKGX_PANTRY_DIR: ${{ github.workspace }}
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v6
6060

6161
- uses: ./.github/actions/setup
6262
with:

.github/workflows/pkg-platform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
PKGX_PANTRY_PATH: ${{ github.workspace }}
7474
PKGX_PANTRY_DIR: ${{ github.workspace }}
7575
steps:
76-
- uses: actions/checkout@v4
76+
- uses: actions/checkout@v6
7777

7878
- uses: ./.github/actions/setup
7979
with:
@@ -129,7 +129,7 @@ jobs:
129129
pacman -Sy --noconfirm gcc libatomic_ops libxcrypt-compat
130130
fi
131131
132-
- uses: actions/checkout@v4
132+
- uses: actions/checkout@v6
133133
- uses: ./.github/actions/setup
134134
- uses: pkgxdev/setup@v4
135135

@@ -154,7 +154,7 @@ jobs:
154154
steps:
155155
- uses: pkgxdev/setup@v4
156156

157-
- uses: actions/checkout@v4
157+
- uses: actions/checkout@v6
158158

159159
- uses: aws-actions/configure-aws-credentials@v6
160160
with:
@@ -300,7 +300,7 @@ jobs:
300300
permissions:
301301
issues: write
302302
steps:
303-
- uses: actions/checkout@v4
303+
- uses: actions/checkout@v6
304304
- uses: ./.github/actions/complain
305305
with:
306306
pkg: ${{ fromJSON(inputs.pkg).project }}=${{ fromJSON(inputs.pkg).version.value }}

.github/workflows/pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pkg: ${{ steps.id.outputs.pkg-json }}
2626
steps:
2727
- uses: pkgxdev/setup@v4
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929
- run: .github/scripts/get-matrix.ts ${{ inputs.pkg }}
3030
id: matrix
3131
- uses: pkgxdev/brewkit/id@v1

.github/workflows/quality-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
source_changed: ${{ steps.source.outputs.diff != '' }}
1515
tests_changed: ${{ steps.tests.outputs.diff != '' }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
- uses: technote-space/get-diff-action@v6

.github/workflows/restock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
versions: ${{ steps.inventory.outputs.versions }}
1717
steps:
1818
- uses: pkgxdev/setup@v4
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- run: ./.github/scripts/inventory.ts ${{ inputs.project }}
2121
id: inventory
2222

0 commit comments

Comments
 (0)