Skip to content

Commit 7a24fd1

Browse files
ci(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35db5dd commit 7a24fd1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dependabot-signature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Dependabot Branch
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
repository: ${{ github.event.pull_request.head.repo.full_name }}
2020
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
url: https://www.npmjs.com/package/react-api-forge
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- name: Build and Deploy
1919
run: echo "This is a template. Add your deployment command here, e.g., npm run deploy, scp, rsync, or a cloud CLI."

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: Setup Bun
2626
uses: oven-sh/setup-bun@v2
@@ -48,7 +48,7 @@ jobs:
4848
if: github.event_name == 'release'
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252

5353
- name: Setup Bun
5454
uses: oven-sh/setup-bun@v2
@@ -121,7 +121,7 @@ jobs:
121121
packages: write
122122
steps:
123123
- name: Checkout
124-
uses: actions/checkout@v6
124+
uses: actions/checkout@v7
125125

126126
- name: Setup Bun
127127
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)