We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15a4ae8 + 3cd7862 commit 693f0b6Copy full SHA for 693f0b6
3 files changed
.github/workflows/main.yml
@@ -200,8 +200,8 @@ jobs:
200
strategy:
201
matrix:
202
fw_version:
203
- - "2.15.1"
204
- - "3.3.2"
+ - "2.15.1.1189"
+ - "3.3.2.1666"
205
# - '3.9.3'
206
steps:
207
- uses: actions/download-artifact@v4
Dockerfile.in
requirements.txt
@@ -1,4 +1,4 @@
1
requests==2.32.5
2
loguru==0.7.3
3
-remarkable-update-image==1.3.2; sys_platform != 'linux'
4
-remarkable-update-fuse==1.3.2; sys_platform == 'linux'
+remarkable-update-image==1.3.3; sys_platform != 'linux'
+remarkable-update-fuse==1.3.3; sys_platform == 'linux'
0 commit comments