Update GitHub Actions to use newer versions
diff --git a/.github/workflows/junie-code-review.yml b/.github/workflows/junie-code-review.yml
index 2fb3465..1d66db1 100644
--- a/.github/workflows/junie-code-review.yml
+++ b/.github/workflows/junie-code-review.yml
@@ -12,11 +12,11 @@
pull-requests: write
issues: write
steps:
- - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
- - uses: JetBrains/junie-github-action@2815c780bf88716528f975ecae5abfe06648b9b2 # v1
+ - uses: JetBrains/junie-github-action@2815c780bf88716528f975ecae5abfe06648b9b2 # v1.3.4
with:
junie_api_key: ${{ secrets.JUNIE_API_KEY }}
# Update the same comment on subsequent Junie runs instead of adding new comments