Skip to content

Commit b842774

Browse files
authored
Update build actions - set output & checkout
Signed-off-by: Damian Perera <15967502+damianperera@users.noreply.github.com>
1 parent c24ceb0 commit b842774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
name: release
1515
steps:
1616
- name: Checkout damianperera/openwrt-rpi
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
- name: Checkout wulfy23/rpi4
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
with:
2121
repository: wulfy23/rpi4
2222
path: wulfy
@@ -66,7 +66,7 @@ jobs:
6666
- name: Create release tag
6767
id: create_tag
6868
run: |
69-
echo "::set-output name=tag::$(date +%Y.%m.%d.%H%M%S)"
69+
echo "tag=$(date +%Y.%m.%d.%H%M%S)" >> $GITHUB_OUTPUT
7070
- name: Create release
7171
id: create_release
7272
uses: actions/create-release@v1

0 commit comments

Comments
 (0)