Skip to content

Commit 6175212

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94e918a commit 6175212

7 files changed

+10
-10
lines changed

.github/workflows/lint-on-push-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: Checkout repository code
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616

1717
- name: Set up Node.js
1818
uses: actions/[email protected]

.github/workflows/publish-latest-release-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
- uses: actions/[email protected]
1717
with:
1818
node-version: 'lts/*'

.github/workflows/sync-changes-to-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818

1919
- name: Checkout KudoAI/chatgpt.js
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/sync-chatgpt.js-changes-to-chrome-starter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717

1818
steps:
1919
- name: Checkout KudoAI/chatgpt.js
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
token: ${{ secrets.REPO_SYNC_PAT }}
2323
path: KudoAI/chatgpt.js
2424

2525
- name: Checkout KudoAI/chatgpt.js-chrome-starter
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: KudoAI/chatgpt.js-chrome-starter

.github/workflows/sync-chrome-starter-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
steps:
1919

2020
- name: Checkout KudoAI/chatgpt.js
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
path: KudoAI/chatgpt.js
2424

2525
- name: Checkout KudoAI/chatgpt.js-chrome-starter
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: KudoAI/chatgpt.js-chrome-starter

.github/workflows/sync-en-readme-changes.yml

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

2020
steps:
2121
- name: Checkout KudoAI/chatgpt.js
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
token: ${{ secrets.REPO_SYNC_PAT }}
2525
path: KudoAI/chatgpt.js

.github/workflows/sync-greasemonkey-starter-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
steps:
1919

2020
- name: Checkout KudoAI/chatgpt.js
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
path: KudoAI/chatgpt.js
2424

2525
- name: Checkout KudoAI/chatgpt.js-greasemonkey-starter
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: KudoAI/chatgpt.js-greasemonkey-starter

0 commit comments

Comments
 (0)