Skip to content

Commit 998b485

Browse files
chore: bump actions/checkout from 4.1.5 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@44c2b7a...a5ac7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0813bde commit 998b485

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag: v4.1.5
15+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag: v4.1.6
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag: v4.1.5
21+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag: v4.1.6
2222
with:
2323
token: ${{ steps.generate-token.outputs.token }}
2424
- name: Fetch all git branches

0 commit comments

Comments
 (0)