Skip to content

Commit 87b76a2

Browse files
chore(deps): bump actions/checkout
Bumps the actions-major group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be109aa commit 87b76a2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Check out Docs Agent
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717
with:
1818
repository: Automattic/docs-agent
1919
ref: ${{ github.sha }}
2020
fetch-depth: 0
2121
persist-credentials: false
2222

2323
- name: Check out Agents API
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
with:
2626
repository: Automattic/agents-api
2727
ref: 78e2dd409010f98fa4d26cdd72572117384ab18d

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
validate:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v7
1414
with:
1515
fetch-depth: 0
1616
- name: Checkout WP Codebox producer contract
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v7
1818
with:
1919
repository: Automattic/wp-codebox
2020
ref: a6fe2d208e990a8d04104aa74aacbb8d1539fbc1

0 commit comments

Comments
 (0)