File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
244244# 🪄 MAGE-X CONFIGURATION
245245# ================================================================================================
246246
247- MAGE_X_VERSION=v1.8.11 # https://github.com/mrz1836/mage-x/releases
247+ MAGE_X_VERSION=v1.8.13 # https://github.com/mrz1836/mage-x/releases
248248MAGE_X_USE_LOCAL=false # Use local version for development
249249MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
250250MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
Original file line number Diff line number Diff line change @@ -2399,7 +2399,7 @@ jobs:
23992399 # Upload to Codecov
24002400 # --------------------------------------------------------------------
24012401 - name : 📈 Upload coverage to Codecov
2402- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
2402+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
24032403 with :
24042404 # file: ./coverage.txt # This is the old format
24052405 files : ./coverage-artifacts/coverage-data/coverage.txt
You can’t perform that action at this time.
0 commit comments