Skip to content

Commit fe24152

Browse files
authored
Update action versions in README.md
1 parent 6a26a12 commit fe24152

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: write
2525
steps:
2626
- name: Run Git AI PR Close
27-
uses: git-ai-project/action/pr-close@main
27+
uses: git-ai-project/action/pr-close@v1
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
3030
pr-url: ${{ github.event.pull_request.html_url }}
@@ -41,7 +41,7 @@ jobs:
4141
contents: read
4242
steps:
4343
- name: Run Git AI Daily Metrics
44-
uses: git-ai-project/action/daily-metrics@main
44+
uses: git-ai-project/action/daily-metrics@v1
4545
with:
4646
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
4747
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}

0 commit comments

Comments
 (0)