Skip to content

Commit

Permalink
Merge pull request #699 from OpenConext/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-153885158e

Bump the github-actions group with 5 updates
  • Loading branch information
oharsta authored Feb 18, 2025
2 parents 2ac21dd + 595296e commit f765fb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
with:
node-version: '23.2.0'
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.3.0
uses: supercharge/mongodb-github-action@1.12.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
- name: Set up JDK 21
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
type=sha
- name: Build and push the Account gui image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: account-gui
file: account-gui/docker/Dockerfile
Expand All @@ -173,7 +173,7 @@ jobs:
labels: ${{ steps.meta_account_gui.outputs.labels }}

- name: Build and push the Servicedesk gui image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: servicedesk-gui
file: servicedesk-gui/docker/Dockerfile
Expand All @@ -183,7 +183,7 @@ jobs:
labels: ${{ steps.meta_servicedesk_gui.outputs.labels }}

- name: Build and push the myconext gui image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: myconext-gui
file: myconext-gui/docker/Dockerfile
Expand All @@ -193,7 +193,7 @@ jobs:
labels: ${{ steps.meta_myconext_gui.outputs.labels }}

- name: Build and push the Server image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: myconext-server
file: myconext-server/docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/localicious.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
localicious render ./localizations.yaml ./myconext-gui/src/locale/ --languages en,nl --outputTypes js -c SHARED
rm -fr ./myconext-gui/src/locale/js/Localizable.ts
- name: Commit updated files
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Automated update of strings.xml after updating localizations.yaml
file_pattern: '**/strings.json'
Expand Down

0 comments on commit f765fb4

Please sign in to comment.