]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - .github/workflows/release.yml
Fix CI build
[github/bastienwirtz/homer.git] / .github / workflows / release.yml
index d554a5f987097f14ee14d0857cb12bea6f956bf7..44a128d0869db3778c93e36651fbb1d76d1142d6 100644 (file)
@@ -12,11 +12,11 @@ jobs:
     steps:
       - 
         name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - 
         name: Build project
         run: |
-          yarn install
+          yarn install --frozen-lockfile --non-interactive
           yarn build
       - 
         name: Create artifact
@@ -25,7 +25,7 @@ jobs:
       - 
         name: Create Release
         id: create_release
-        uses: softprops/action-gh-release@v1
+        uses: softprops/action-gh-release@v2
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
           generate_release_notes: true