Skip to content

Commit ba704a9

Browse files
update actions
1 parent 6d98f10 commit ba704a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/oaev_shared_auto_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Auto Label"
14-
uses: FiligranHQ/filigran-ci-tools/actions/auto-label@v1
14+
uses: FiligranHQ/filigran-ci-tools/actions/auto-label@main

.github/workflows/oaev_shared_check_signed_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check signed commits in PR
13-
uses: FiligranHQ/filigran-ci-tools/actions/check-signed-commit@v1
13+
uses: FiligranHQ/filigran-ci-tools/actions/check-signed-commit@main

.github/workflows/oaev_shared_validate_pr_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
app-id: ${{ secrets.OPENAEV_PR_CHECKS_APP_ID }}
1616
private-key: ${{ secrets.OPENAEV_PR_CHECKS_PRIVATE_KEY }}
1717
- name: "Validate PR title and create check"
18-
uses: FiligranHQ/filigran-ci-tools/actions/pr-title-check@v1
18+
uses: FiligranHQ/filigran-ci-tools/actions/pr-title-check@main
1919
with:
2020
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)