Skip to content

Commit ea31377

Browse files
author
dingo35
committed
pio-[build|release].yaml: bump actions/checkout to v4
1 parent 33d3292 commit ea31377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pio-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "version=${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}-${{ inputs.prerelease }}" >> $GITHUB_OUTPUT
5151
fi
5252
fi
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
- name: Cache pip
5555
uses: actions/cache@v3
5656
with:

.github/workflows/pio-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Get current tag
3434
id: tag
3535
run: echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- uses: actions/download-artifact@v3
3838
id: download
3939
with:

0 commit comments

Comments
 (0)