Skip to content

Commit d4ec27c

Browse files
Remove deprecated github action command (#1834)
1 parent 97a6a40 commit d4ec27c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/basic_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2021-2022 Chris Reed
2+
# Copyright (c) 2025 Antonio Chiu
23

34
# pyocd workflow for:
45
# - checking code with flake8
@@ -50,7 +51,7 @@ jobs:
5051
- name: Get pip cache dir
5152
id: pip-cache
5253
run: |
53-
echo "::set-output name=dir::$(pip cache dir)"
54+
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
5455
5556
- name: Setup pip cache
5657
uses: actions/cache@v3

0 commit comments

Comments
 (0)