We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0813bde commit 998b485Copy full SHA for 998b485
.github/workflows/canary.yml
@@ -12,7 +12,7 @@ jobs:
12
os: [windows-latest, macOS-latest, ubuntu-latest]
13
14
steps:
15
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag: v4.1.5
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag: v4.1.6
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