Skip to content

Commit 93b5724

Browse files
chore(deps): update other updates (#4441)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb77c9c commit 93b5724

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Deploy to GitHub Pages
23-
uses: JamesIves/github-pages-deploy-action@v4.7.4
23+
uses: JamesIves/github-pages-deploy-action@v4.8.0
2424
with:
2525
token: ${{ secrets.DEPLOY_TOKEN }}
2626
branch: gh-pages

.github/workflows/release-visualization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
run: sh ./.github/workflows/scripts/build_demo_files.sh
207207

208208
- name: Deploy to GitHub Pages
209-
uses: JamesIves/github-pages-deploy-action@v4.7.4
209+
uses: JamesIves/github-pages-deploy-action@v4.8.0
210210
with:
211211
token: ${{ secrets.DEPLOY_TOKEN }}
212212
branch: gh-pages

.github/workflows/staging-visualization.yml

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

6262
# Deploy to GitHub Pages staging environment
6363
- name: Deploy to GitHub Pages
64-
uses: JamesIves/github-pages-deploy-action@v4.7.4
64+
uses: JamesIves/github-pages-deploy-action@v4.8.0
6565
with:
6666
token: ${{ secrets.DEPLOY_TOKEN }}
6767
branch: gh-pages

.github/workflows/test_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ${{env.project-directory}}
5454

5555
- name: Setup Java JDK
56-
uses: actions/setup-java@v5.0.0
56+
uses: actions/setup-java@v5.2.0
5757
with:
5858
distribution: 'zulu'
5959
java-version: 17

gh-pages/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.7
1+
3.4.8

visualization/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM nginx:1.29.3-alpine
1+
FROM nginx:1.29.5-alpine
22

33
COPY ./dist/bundler/browser /usr/share/nginx/html

0 commit comments

Comments
 (0)