Skip to content

Commit 8f7d718

Browse files
author
flo
committed
updated checkout action to v4
1 parent eef9eeb commit 8f7d718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: setup rsync
2828
uses: GuillaumeFalourd/setup-rsync@v1.2
2929
- name: git checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131
- name: inject version automatically
3232
run: sed -i "s|version=.*\.dev|version=$(echo "${{ env.RELEASE_NAME }}" | grep -oE '[0-9]+\.[0-9]+\.[0-9]+')|" fritzBoxShell.sh
3333
- name: create artifact directory

0 commit comments

Comments
 (0)