1 parent e7127bf commit fc45d0cCopy full SHA for fc45d0c
1 file changed
tools/actions/build-generated-sources.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-24.04
10
steps:
11
- name: CHECKOUT
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
13
with:
14
repository: binarynonsense/comic-book-reader
15
@@ -40,7 +40,7 @@ jobs:
40
fi
41
echo $NEW_APP_VERSION
42
echo "RELEASE_NAME=$NEW_APP_VERSION" >> $GITHUB_ENV
43
-
+
44
- name: INSTALL FLATPAK BUILDER TOOLS
45
run: |
46
pipx install git+https://github.com/flatpak/flatpak-builder-tools.git#subdirectory=node
@@ -50,7 +50,7 @@ jobs:
50
flatpak-node-generator npm package-lock.json
51
52
- name: RELEASE
53
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
54
55
prerelease: true
56
draft: true
0 commit comments