Skip to content

Commit 65f24fc

Browse files
committed
Update dependencies
1 parent 026a541 commit 65f24fc

15 files changed

Lines changed: 347 additions & 493 deletions

File tree

.github/workflows/build-and-upload-artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ jobs:
7878
id: upload-tagged-release-artifact
7979
# Only triggered by version tags that start with 'v'
8080
if: startsWith(github.ref, 'refs/tags/v') && startsWith(github.event.release.tag_name, 'v')
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
# Artifact is stored and downloaded as .zip archive
8484
name: openfairdb_${{ github.event.release.tag_name }}_${{ matrix.target }}${{ matrix.executable_suffix }}
8585
path: target/${{ matrix.target }}/production/openfairdb${{ matrix.executable_suffix }}
8686

8787
- name: Upload untagged artifact
8888
if: steps.upload-tagged-release-artifact.outcome == 'skipped'
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
# Artifact is stored and downloaded as .zip archive
9292
name: openfairdb_${{ github.sha }}_${{ matrix.target }}${{ matrix.executable_suffix }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
stages:
3939
- commit-msg
4040
- repo: https://github.com/DavidAnson/markdownlint-cli2
41-
rev: v0.18.1
41+
rev: v0.19.0
4242
hooks:
4343
- id: markdownlint-cli2
4444
- repo: https://github.com/shellcheck-py/shellcheck-py
@@ -52,7 +52,7 @@ repos:
5252
args: [--ignore-words=.codespellignore]
5353
exclude: ^search_results\.json|src/ports/web/frontend/login\.rs|ofdb-gateways/src/user_communication/mod\.rs|doc/c4-plantuml/.*\.puml|Cargo.lock|ofdb-gateways/src/user_communication/templates/.*\.txt|ofdb-core/src/usecases/find_duplicates.rs|ofdb-gateways/src/email/sendmail.rs|ofdb-webserver/src/web/frontend/view/.*\.rs|ofdb-core/Cargo.toml|ofdb-core/benches/.*\.rs$
5454
- repo: https://github.com/sirosen/check-jsonschema
55-
rev: 0.34.1
55+
rev: 0.35.0
5656
hooks:
5757
- id: check-github-actions
5858
- id: check-github-workflows

0 commit comments

Comments
 (0)