Skip to content

Commit 2ae071f

Browse files
committed
Bump dependency versions
- bcrypt from 0.17.0 to 0.18.0 - chrono from 0.4.40 to 0.4.43 - diesel from 2.2.8 to 2.3.5 - diesel_migrations from 2.2.0 to 2.3.1 - sha2 from 0.10.8 to 0.10.9 - uuid from 1.15.1 to 1.19.0
1 parent 794e9e5 commit 2ae071f

File tree

3 files changed

+516
-408
lines changed

3 files changed

+516
-408
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
- name: Build
1313
run: |
1414
docker run --rm -v $(pwd):/app -w /app rust:alpine sh -c "
@@ -24,7 +24,7 @@ jobs:
2424
install -Dm644 "LICENSE" "rockpass-${GITHUB_REF##*/}-${GITHUB_SHA}-linux-amd64/LICENSE"
2525
echo "version=${GITHUB_REF##*/}-${GITHUB_SHA}-linux-amd64" >> $GITHUB_OUTPUT
2626
- name: Archive current compilation
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v6
2828
with:
2929
name: "rockpass-${{ steps.package-current.outputs.version }}"
3030
path: "rockpass-${{ steps.package-current.outputs.version }}/"

0 commit comments

Comments
 (0)