Skip to content

Commit f7932b5

Browse files
chore(deps): update github actions
1 parent 27a6b8d commit f7932b5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: npm ci && npm --prefix packages/diracx-web-components run build-doc
7878

7979
- name: Upload artifact
80-
uses: actions/upload-pages-artifact@v4
80+
uses: actions/upload-pages-artifact@v5
8181
with:
8282
path: packages/diracx-web-components/storybook-static
8383

@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- id: deploy
9393
name: Deploy to GitHub Pages
94-
uses: actions/deploy-pages@v4
94+
uses: actions/deploy-pages@v5
9595
with:
9696
token: ${{ github.token }}
9797

.github/workflows/diracx-web-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: echo "DIRACX_URL=https://$(ifconfig | grep 'inet ' | awk '{ print $2 }' | grep -v '^127' | head -n 1 | cut -d '/' -f 1).nip.io:8000" >> $GITHUB_ENV
5858

5959
- name: Start Cypress
60-
uses: cypress-io/github-action@v6
60+
uses: cypress-io/github-action@v7
6161
with:
6262
browser: chrome
6363
config: baseUrl=${{ env.DIRACX_URL }}

.github/workflows/gubbins-test.yml

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

326326
# Run e2e tests with Cypress
327327
- name: Start Cypress
328-
uses: cypress-io/github-action@v6
328+
uses: cypress-io/github-action@v7
329329
with:
330330
browser: chrome
331331
config: baseUrl=${{ env.DIRACX_URL }}

0 commit comments

Comments
 (0)