Skip to content

Commit 2c4b373

Browse files
authored
Update action versions in example.yml
1 parent fe24152 commit 2c4b373

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Run Git AI PR Close
26-
uses: git-ai-project/action/pr-close@v1.0.0
26+
uses: git-ai-project/action/pr-close@v1
2727
continue-on-error: true
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Run Git AI Daily Metrics
45-
uses: git-ai-project/action/daily-metrics@v1.0.0
45+
uses: git-ai-project/action/daily-metrics@v1
4646
with:
4747
git-ai-version: "v1.0.23" # Pin to a specific version for reproducibility
4848
default-branch: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)