Skip to content

Commit fd7c7e7

Browse files
authored
Merge pull request #78 from IABTechLab/ian-update-action-version
update action versions
2 parents fc977c8 + d683201 commit fd7c7e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
build-and-pubish:
2828
name: Build and publish JAR packages to Maven repository
29-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-maven-versioned.yaml@v2
29+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-maven-versioned.yaml@v3
3030
with:
3131
release_type: ${{ inputs.release_type }}
3232
publish_to_maven: ${{ inputs.publish_to_maven }}

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ on: [pull_request, push, workflow_dispatch]
33

44
jobs:
55
build:
6-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
6+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v3
77
secrets: inherit

0 commit comments

Comments
 (0)