Skip to content

Commit 2dad66d

Browse files
authored
Merge pull request #221 from aignostics/chore/he-tme-version-bump
chore: Bump the staging version of he-tme
2 parents 8f9de07 + fbce282 commit 2dad66d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_claude-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
--system-prompt "Read the CLAUDE.md file in the root folder of this repository and explicitely acknowledge you will apply **all** guidance therein and in **all** linked documents."
122122
- name: Run Claude Code (Automation Mode)
123123
if: inputs.mode == 'automation'
124-
uses: anthropics/claude-code-action@v1.0.13
124+
uses: anthropics/claude-code-action@v1.0.15
125125
with:
126126
github_token: ${{ secrets.GITHUB_TOKEN }}
127127
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

tests/constants_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
TEST_APPLICATION_VERSION = "0.0.5"
7373

7474
HETA_APPLICATION_ID = "he-tme"
75-
HETA_APPLICATION_VERSION = "1.0.0-beta.8"
75+
HETA_APPLICATION_VERSION = "1.0.0-sl+3"
7676
case _:
7777
message = f"Unsupported AIGNOSTICS_PLATFORM_ENVIRONMENT value: {os.getenv('AIGNOSTICS_PLATFORM_ENVIRONMENT')}"
7878
raise ValueError(message)

0 commit comments

Comments
 (0)