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.
1 parent 33d3292 commit ea31377Copy full SHA for ea31377
.github/workflows/pio-build.yaml
@@ -50,7 +50,7 @@ jobs:
50
echo "version=${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}-${{ inputs.prerelease }}" >> $GITHUB_OUTPUT
51
fi
52
53
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
54
- name: Cache pip
55
uses: actions/cache@v3
56
with:
.github/workflows/pio-release.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Get current tag
34
id: tag
35
run: echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
36
37
- uses: actions/download-artifact@v3
38
id: download
39
0 commit comments