diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e4ca311d0..393946bf7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" # Watches .github/workflows/** + schedule: + interval: "weekly" diff --git a/.github/workflows/build-tool-release.yml b/.github/workflows/build-tool-release.yml index 69ee42ceb..489bbfa12 100644 --- a/.github/workflows/build-tool-release.yml +++ b/.github/workflows/build-tool-release.yml @@ -149,7 +149,7 @@ jobs: sha256sum build-tool-* > checksums-sha256.txt - name: Create or update release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: build-tool-latest name: Build Tool (Latest) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index a04ed63ab..4a67c6287 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -19,7 +19,7 @@ jobs: with: global-json-file: global.json - name: Compute version - uses: dotnet/nbgv@v0.5.1 + uses: dotnet/nbgv@v0.5.2 id: nbgv - name: Push version tag run: | @@ -28,7 +28,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.nbgv.outputs.Version }} name: ${{ steps.nbgv.outputs.Version }} diff --git a/.github/workflows/post-release-discord.yml b/.github/workflows/post-release-discord.yml index 34f90e0f2..2bcf8b2a9 100644 --- a/.github/workflows/post-release-discord.yml +++ b/.github/workflows/post-release-discord.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post Release on Discord - uses: SethCohen/github-releases-to-discord@v1.19.0 + uses: SethCohen/github-releases-to-discord@v1.20.0 with: webhook_url: ${{ secrets.WEBHOOK_URL }} username: "Release Changelog"