Skip to content

Commit 917f95a

Browse files
chore: bump actions/checkout from 4.1.4 to 4.1.5 (#1718)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...44c2b7a) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb0d5e6 commit 917f95a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: [windows-latest, macOS-latest, ubuntu-latest]
1313

1414
steps:
15-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # tag: v4.1.4
15+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag: v4.1.5
1616
with:
1717
repository: electron/electron-quick-start
1818
ref: refs/heads/main

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: generate-token
1919
with:
2020
creds: ${{ secrets.GH_APP_CREDS }}
21-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # tag: v4.1.4
21+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag: v4.1.5
2222
with:
2323
token: ${{ steps.generate-token.outputs.token }}
2424
- name: Fetch all git branches

0 commit comments

Comments
 (0)