Skip to content

Commit ac3b09e

Browse files
authored
CM-68185 update workflow cache settings (#489)
1 parent 7f44bc4 commit ac3b09e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_executable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
6363
6464
- name: Set up Python 3.13
65+
id: setup-python
6566
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6667
with:
6768
python-version: '3.13'
@@ -71,7 +72,7 @@ jobs:
7172
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7273
with:
7374
path: ~/.local
74-
key: poetry-${{ matrix.os }}-2 # increment to reset cache
75+
key: poetry-${{ matrix.os }}-${{ steps.setup-python.outputs.python-version }}-2 # increment to reset cache
7576

7677
- name: Setup Poetry
7778
if: steps.cached-poetry.outputs.cache-hit != 'true'

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @avishaiamiel @omerr-cycode
1+
* @avishaiamiel @omer-roth

0 commit comments

Comments
 (0)