diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index af5b5d62..a7c9f537 100644 --- a/.github/workflows/check_links.yaml +++ b/.github/workflows/check_links.yaml @@ -26,7 +26,7 @@ jobs: - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0 - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: Link Checker Report content-filepath: ./lychee/out.md diff --git a/.github/workflows/check_repos_soarpkgs.yaml b/.github/workflows/check_repos_soarpkgs.yaml index 24ac2fea..f242895c 100644 --- a/.github/workflows/check_repos_soarpkgs.yaml +++ b/.github/workflows/check_repos_soarpkgs.yaml @@ -102,7 +102,7 @@ jobs: continue-on-error: true - name: Create Issue From File - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: SBUILDS (Archived Repos) content-filepath: "/tmp/ARCHIVED.md" diff --git a/.github/workflows/check_versions_soarpkgs.yaml b/.github/workflows/check_versions_soarpkgs.yaml index dd5c8ea2..63c7f93f 100644 --- a/.github/workflows/check_versions_soarpkgs.yaml +++ b/.github/workflows/check_versions_soarpkgs.yaml @@ -51,7 +51,7 @@ jobs: - name: Create Issue From File if: env.HAS_RESULTS == 'TRUE' - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: SBUILDS (Empty/Non-Existent/Weird Versions) content-filepath: "/tmp/VERSION.md" diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 333d9238..94796816 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -241,7 +241,7 @@ jobs: - name: Create Issue (Invalid Binary SBUILDS) if: env.HAS_INVALID_BINS == 'TRUE' - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: SBUILDS (Failed Binary Validation) content-filepath: "/tmp/INVALID_BINARIES.txt" @@ -250,7 +250,7 @@ jobs: - name: Create Issue (Invalid Package SBUILDS) if: env.HAS_INVALID_PKGS == 'TRUE' - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: SBUILDS (Failed Package Validation) content-filepath: "/tmp/INVALID_PACKAGES.txt" @@ -273,7 +273,7 @@ jobs: - name: Create Issue (Duplicate Webpages) if: env.HAS_DUPE_PKG_WEBPAGES == 'TRUE' - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: SBUILDS (Duplicate Webpages) content-filepath: "/tmp/DUPES_PKG_WEBPAGE.txt" @@ -296,7 +296,7 @@ jobs: - name: Create Issue (Missing Package ID) if: env.HAS_MISSING_PKG_ID == 'TRUE' - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: SBUILDS (Missing Package ID) content-filepath: "/tmp/MISSING_PKG_ID.txt" @@ -370,7 +370,7 @@ jobs: - name: Create Issue (Duplicate PKG_ID) if: env.HAS_DUPE_PKG_IDS == 'TRUE' - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: SBUILDS (Duplicate PKG_ID) content-filepath: "/tmp/DUPES_PKG_ID.txt"