Skip to content

Commit e655149

Browse files
committed
Update all dependencies
Lots of breaking changes in the new hickory-dns 0.25 release. Signed-off-by: Andrew Gunnerson <[email protected]>
1 parent 0e0b5da commit e655149

File tree

8 files changed

+750
-415
lines changed

8 files changed

+750
-415
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
on:
32
push:
43
branches:
@@ -19,7 +18,7 @@ jobs:
1918
- macos-latest
2019
steps:
2120
- name: Check out repository
22-
uses: actions/checkout@v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2322
with:
2423
fetch-depth: 1
2524

@@ -42,7 +41,7 @@ jobs:
4241
run: cargo build --verbose
4342

4443
- name: Archive artifacts
45-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4645
with:
4746
name: ddns-updater-${{ steps.get_target.outputs.name }}
4847
path: |

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
on:
32
push:
43
# Uncomment to test against a branch
@@ -39,7 +38,7 @@ jobs:
3938
- macos-latest
4039
steps:
4140
- name: Check out repository
42-
uses: actions/checkout@v4
41+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4342
with:
4443
fetch-depth: 1
4544

@@ -84,7 +83,7 @@ jobs:
8483
echo "name_sha512=${asset}.sha512" >> "${GITHUB_OUTPUT}"
8584
8685
- name: Upload release assets
87-
uses: softprops/action-gh-release@v2
86+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
8887
with:
8988
tag_name: v${{ needs.get_version.outputs.version }}
9089
name: Version ${{ needs.get_version.outputs.version }}

0 commit comments

Comments
 (0)