Skip to content

Commit 543e5d6

Browse files
authored
Merge pull request #545 from DIRACGrid/dependabot/github_actions/actions-4206eb71cb
build(deps): bump the actions group with 2 updates
2 parents a1e542c + 27c5422 commit 543e5d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pixi add --no-install --pypi --feature diracx-core pytest-github-actions-annotate-failures
3333
# Show any changes
3434
git diff
35-
- uses: prefix-dev/[email protected].3
35+
- uses: prefix-dev/[email protected].8
3636
with:
3737
cache: false
3838
environments: shellcheck
@@ -76,14 +76,14 @@ jobs:
7676
pixi add --no-install --pypi --feature diracx-core pytest-github-actions-annotate-failures
7777
# Show any changes
7878
git diff
79-
- uses: prefix-dev/[email protected].3
79+
- uses: prefix-dev/[email protected].8
8080
with:
8181
cache: false
8282
environments: ${{ matrix.package }}
8383
- name: Run pytest
8484
run: pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
8585
- name: Upload coverage report
86-
uses: codecov/[email protected].2
86+
uses: codecov/[email protected].3
8787

8888
pytest-integration:
8989
runs-on: ubuntu-latest
@@ -109,7 +109,7 @@ jobs:
109109
pixi add --no-install --pypi --feature diracx-core pytest-github-actions-annotate-failures
110110
# Show any changes
111111
git diff
112-
- uses: prefix-dev/[email protected].3
112+
- uses: prefix-dev/[email protected].8
113113
with:
114114
cache: false
115115
environments: ${{ matrix.extension == 'diracx' && 'default' || 'default-gubbins' }}
@@ -209,7 +209,7 @@ jobs:
209209
run: |
210210
pixi run -e ${{ matrix.extension == 'diracx' && 'default' || 'default-gubbins' }} python -m diracx.testing coverage collect-demo --demo-dir=../diracx-charts/.demo
211211
- name: Upload coverage report
212-
uses: codecov/[email protected].2
212+
uses: codecov/[email protected].3
213213
with:
214214
files: ./coverage-pytest.xml,./coverage-demo.xml
215215

@@ -232,7 +232,7 @@ jobs:
232232
pixi add --no-install --pypi --feature diracx-core pytest-github-actions-annotate-failures
233233
# Show any changes
234234
git diff
235-
- uses: prefix-dev/[email protected].3
235+
- uses: prefix-dev/[email protected].8
236236
with:
237237
cache: false
238238
locked: false

0 commit comments

Comments
 (0)