From 03c58402f489bf58648c38895ec004f2ae11e3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parano=C3=AFd=20User?= <5120290+ParanoidUser@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:25:40 -0500 Subject: [PATCH] build: bump project version to 1.22.0 --- .github/dependabot.yml | 4 ++-- .github/workflows/build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 == '' }}