We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96ba008 + f4bab24 commit 9efa792Copy full SHA for 9efa792
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
needs: build
44
steps:
45
- name: Checkout source code
46
- uses: actions/checkout@v5.0.0
+ uses: actions/checkout@v6.0.0
47
- name: Download built firmwares
48
uses: actions/[email protected]
49
with:
@@ -87,7 +87,7 @@ jobs:
87
url: ${{ steps.deployment.outputs.page_url }}
88
89
- name: Checkout repository
90
91
- name: 🏗️ Setup website pages
92
93
- name: 🏗️ Deploy Firmware to GitHub Pages
.github/workflows/labels.yaml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
- name: ⤵️ Check out code from GitHub
24
25
- name: 🚀 Run Label Syncer
26
uses: micnncim/[email protected]
27
env:
0 commit comments