Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb4b7bb

Browse filesBrowse files
build(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#48998)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13e84e6 commit eb4b7bb
Copy full SHA for eb4b7bb
Expand file treeCollapse file tree

13 files changed

+22
-22
lines changed
Open diff view settings
Collapse file

‎.github/workflows/archaeologist-dig.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/archaeologist-dig.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- name: Checkout Electron
16-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
16+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
1717
with:
1818
fetch-depth: 0
1919
- name: Setup Node.js/npm
Collapse file

‎.github/workflows/build-git-cache.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build-git-cache.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_arm=True --custom-var=checkout_arm64=True'
2424
steps:
2525
- name: Checkout Electron
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
26+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2727
with:
2828
path: src/electron
2929
fetch-depth: 0
@@ -47,7 +47,7 @@ jobs:
4747
TARGET_OS: 'win'
4848
steps:
4949
- name: Checkout Electron
50-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
50+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
5151
with:
5252
path: src/electron
5353
fetch-depth: 0
@@ -72,7 +72,7 @@ jobs:
7272
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_mac=True --custom-var=host_os=mac'
7373
steps:
7474
- name: Checkout Electron
75-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
75+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
7676
with:
7777
path: src/electron
7878
fetch-depth: 0
Collapse file

‎.github/workflows/build.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
build-image-sha: ${{ steps.set-output.outputs.build-image-sha }}
5858
docs-only: ${{ steps.set-output.outputs.docs-only }}
5959
steps:
60-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
60+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
6161
with:
6262
ref: ${{ github.event.pull_request.head.sha }}
6363
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
@@ -124,7 +124,7 @@ jobs:
124124
build-image-sha: ${{ needs.setup.outputs.build-image-sha }}
125125
steps:
126126
- name: Checkout Electron
127-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
127+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
128128
with:
129129
path: src/electron
130130
fetch-depth: 0
@@ -156,7 +156,7 @@ jobs:
156156
build-image-sha: ${{ needs.setup.outputs.build-image-sha}}
157157
steps:
158158
- name: Checkout Electron
159-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
159+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
160160
with:
161161
path: src/electron
162162
fetch-depth: 0
@@ -188,7 +188,7 @@ jobs:
188188
build-image-sha: ${{ needs.setup.outputs.build-image-sha}}
189189
steps:
190190
- name: Checkout Electron
191-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
191+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
192192
with:
193193
path: src/electron
194194
fetch-depth: 0
Collapse file

‎.github/workflows/linux-publish.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/linux-publish.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_arm=True --custom-var=checkout_arm64=True'
3636
steps:
3737
- name: Checkout Electron
38-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
38+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
3939
with:
4040
path: src/electron
4141
fetch-depth: 0
Collapse file

‎.github/workflows/macos-publish.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/macos-publish.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_mac=True --custom-var=host_os=mac'
3737
steps:
3838
- name: Checkout Electron
39-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
39+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
4040
with:
4141
path: src/electron
4242
fetch-depth: 0
Collapse file

‎.github/workflows/pipeline-electron-docs-only.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/pipeline-electron-docs-only.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
container: ${{ fromJSON(inputs.container) }}
2828
steps:
2929
- name: Checkout Electron
30-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
30+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
3131
with:
3232
path: src/electron
3333
fetch-depth: 0
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
target-platform: linux
4545
- name: Checkout Electron
46-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
46+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
4747
with:
4848
path: src/electron
4949
fetch-depth: 0
Collapse file

‎.github/workflows/pipeline-electron-lint.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/pipeline-electron-lint.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
container: ${{ fromJSON(inputs.container) }}
2828
steps:
2929
- name: Checkout Electron
30-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
30+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
3131
with:
3232
path: src/electron
3333
fetch-depth: 0
Collapse file

‎.github/workflows/pipeline-segment-electron-build.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/pipeline-segment-electron-build.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
mkdir src
9797
- name: Checkout Electron
98-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
98+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
9999
with:
100100
path: src/electron
101101
fetch-depth: 0
@@ -163,7 +163,7 @@ jobs:
163163
if: ${{ inputs.target-platform == 'linux' }}
164164
uses: ./src/electron/.github/actions/restore-cache-aks
165165
- name: Checkout Electron
166-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
166+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
167167
with:
168168
path: src/electron
169169
fetch-depth: 0
Collapse file

‎.github/workflows/pipeline-segment-electron-gn-check.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/pipeline-segment-electron-gn-check.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
container: ${{ fromJSON(inputs.check-container) }}
4949
steps:
5050
- name: Checkout Electron
51-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
51+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
5252
with:
5353
path: src/electron
5454
fetch-depth: 0
@@ -115,7 +115,7 @@ jobs:
115115
- name: Add CHROMIUM_BUILDTOOLS_PATH to env
116116
run: echo "CHROMIUM_BUILDTOOLS_PATH=$(pwd)/src/buildtools" >> $GITHUB_ENV
117117
- name: Checkout Electron
118-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
118+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
119119
with:
120120
path: src/electron
121121
fetch-depth: 0
Collapse file

‎.github/workflows/pipeline-segment-electron-test.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/pipeline-segment-electron-test.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: ${{ inputs.target-platform == 'macos' }}
120120
run: sudo xcode-select --switch /Applications/Xcode_16.4.app
121121
- name: Checkout Electron
122-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
122+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
123123
with:
124124
path: src/electron
125125
fetch-depth: 0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.