Skip to content

Commit 1ae28d2

Browse files
authored
sync: update 2 files from source repository (#66)
1 parent cd8c98b commit 1ae28d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/.env.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
248248
MAGE_X_USE_LOCAL=false # Use local version for development
249249
MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
250250
MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude

.github/workflows/fortress-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)