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 daf2a96 + 9d26285 commit baed270Copy full SHA for baed270
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
needs: build
38
steps:
39
- name: Checkout source code
40
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v5.0.0
41
- name: Download built firmwares
42
uses: actions/[email protected]
43
with:
@@ -81,7 +81,7 @@ jobs:
81
url: ${{ steps.deployment.outputs.page_url }}
82
83
- name: Checkout repository
84
85
- name: 🏗️ Setup website pages
86
87
- name: 🏗️ Deploy Firmware to GitHub Pages
.github/workflows/labels.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
- name: ⤵️ Check out code from GitHub
18
19
- name: 🚀 Run Label Syncer
20
uses: micnncim/[email protected]
21
env:
0 commit comments