diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b316fe506..0ffaa9595 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: / schedule: interval: daily - milestone: 16 + milestone: 17 labels: - "chore" groups: @@ -16,6 +16,6 @@ updates: directory: / schedule: interval: daily - milestone: 16 + milestone: 17 labels: - "chore" \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1d966f58..465919ec5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: contents: write pull-requests: write env: - VERSION: 1.23.0 + VERSION: 1.24.0 steps: - name: Checkout repository (default ref) if: ${{ github.event.inputs.ref_name == '' }}