Skip to content

Commit 0fbfe85

Browse files
committed
test: bumped GA versions
1 parent f338b02 commit 0fbfe85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
fetch-depth: 0
125125
repository: DIRACGrid/diracx
126126
path: diracx
127-
- uses: prefix-dev/[email protected].8
127+
- uses: prefix-dev/[email protected].11
128128
with:
129129
run-install: false
130130
post-cleanup: false
@@ -140,7 +140,7 @@ jobs:
140140
pixi add --no-install --pypi --feature diracx-core 'DIRAC @ file://'$PWD'/../DIRAC'
141141
# Show any changes
142142
git diff
143-
- uses: prefix-dev/[email protected].8
143+
- uses: prefix-dev/[email protected].11
144144
with:
145145
cache: false
146146
manifest-path: diracx/pixi.toml

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/setup-python@v5
4848
with:
4949
python-version: '3.11'
50-
- uses: cvmfs-contrib/github-action-cvmfs@v4
50+
- uses: cvmfs-contrib/github-action-cvmfs@v5
5151
- name: Installing dependencies
5252
run: |
5353
python -m pip install \

.github/workflows/pilotWrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: cvmfs-contrib/github-action-cvmfs@v3
24+
- uses: cvmfs-contrib/github-action-cvmfs@v5
2525

2626
- name: Test CernVM-FS
2727
run: ls /cvmfs/dirac.egi.eu

0 commit comments

Comments
 (0)