We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f5529 commit 27cc10cCopy full SHA for 27cc10c
.github/workflows/canary.yml
@@ -12,7 +12,7 @@ jobs:
12
os: [windows-latest, macOS-latest, ubuntu-latest]
13
14
steps:
15
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # tag: v4.1.4
+ - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag: v4.1.5
16
with:
17
repository: electron/electron-quick-start
18
ref: refs/heads/main
.github/workflows/docs.yml
@@ -18,7 +18,7 @@ jobs:
id: generate-token
19
20
creds: ${{ secrets.GH_APP_CREDS }}
21
22
23
token: ${{ steps.generate-token.outputs.token }}
24
- name: Fetch all git branches
0 commit comments