diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 18abfe114..4981f96ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: / schedule: interval: daily - milestone: 14 + milestone: 15 labels: - "chore" groups: @@ -16,6 +16,6 @@ updates: directory: / schedule: interval: daily - milestone: 14 + milestone: 15 labels: - "chore" \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 300b704f4..d5c4e0cba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: permissions: contents: write env: - VERSION: 1.21.0 + VERSION: 1.22.0 steps: - name: Checkout repository (default ref) if: ${{ github.event.inputs.ref_name == '' }}