diff options
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 086a2b8..9b29357 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: if: ${{ github.event_name == 'push' }} needs: test env: - KEYCLOAK_VERSION: 26.1.1 + KEYCLOAK_VERSION: 26.3.0 steps: - name: Checkout repository uses: actions/checkout@v4 |