Skip to content

Commit 44a7923

Browse files
After release cleanups.
See #2132
1 parent 49db366 commit 44a7923

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Build
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main, 'issue/**' ]
6+
branches: [ 6.1.x, 'issue/6.1.x/**' ]
77

88
permissions: read-all
99

@@ -17,11 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919
- name: Setup Java and Maven
20-
uses: spring-projects/spring-data-build/actions/setup-maven@main
20+
uses: spring-projects/spring-data-build/actions/setup-maven@4.1.x
2121
with:
2222
java-version: ${{ matrix.java-version }}
2323
develocity-access-key: '${{ secrets.DEVELOCITY_ACCESS_KEY }}'
2424
- name: Build
25-
uses: spring-projects/spring-data-build/actions/maven-build@main
25+
uses: spring-projects/spring-data-build/actions/maven-build@4.1.x
2626
with:
2727
settings-xml: '${{ vars.SETTINGS_XML }}'

.github/workflows/snapshots.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Snapshots
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main, 'issue/**' ]
6+
branches: [ 6.1.x, 'issue/6.1.x/**' ]
77

88
permissions: read-all
99

@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: Setup Java and Maven
18-
uses: spring-projects/spring-data-build/actions/setup-maven@main
18+
uses: spring-projects/spring-data-build/actions/setup-maven@4.1.x
1919
with:
2020
develocity-access-key: '${{ secrets.DEVELOCITY_ACCESS_KEY }}'
2121
- name: Deploy to Artifactory
22-
uses: spring-projects/spring-data-build/actions/maven-artifactory-deploy@main
22+
uses: spring-projects/spring-data-build/actions/maven-artifactory-deploy@4.1.x
2323
with:
2424
build-name: 'spring-data-couchbase'
2525
username: '${{ secrets.ARTIFACTORY_USERNAME }}'

0 commit comments

Comments
 (0)