Skip to content

Commit fc45d0c

Browse files
[DevTools] Update action backup
1 parent e7127bf commit fc45d0c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/actions/build-generated-sources.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: CHECKOUT
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
with:
1414
repository: binarynonsense/comic-book-reader
1515

@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
echo $NEW_APP_VERSION
4242
echo "RELEASE_NAME=$NEW_APP_VERSION" >> $GITHUB_ENV
43-
43+
4444
- name: INSTALL FLATPAK BUILDER TOOLS
4545
run: |
4646
pipx install git+https://github.com/flatpak/flatpak-builder-tools.git#subdirectory=node
@@ -50,7 +50,7 @@ jobs:
5050
flatpak-node-generator npm package-lock.json
5151
5252
- name: RELEASE
53-
uses: softprops/action-gh-release@v2
53+
uses: softprops/action-gh-release@v3
5454
with:
5555
prerelease: true
5656
draft: true

0 commit comments

Comments
 (0)