Skip to content

Commit b21a423

Browse files
chore(deps): update all dependencies
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
1 parent 5aea3ca commit b21a423

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo `pwd`/mdbook-linkcheck >> $GITHUB_PATH
4646
- name: Setup Pages
4747
id: pages
48-
uses: actions/configure-pages@v4
48+
uses: actions/configure-pages@v5
4949
- name: Build with mdBook
5050
run: cd docs && mdbook-mermaid install && mdbook build
5151
- name: Upload artifact

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fetch-depth: 0
7676

7777
- name: Run the tests
78-
uses: sclorg/testing-farm-as-github-action@v1
78+
uses: sclorg/testing-farm-as-github-action@v2
7979
with:
8080
compose: CentOS-Stream-9
8181
api_key: ${{ secrets.TF_API_KEY }}
@@ -106,7 +106,7 @@ jobs:
106106
fetch-depth: 0
107107

108108
- name: Run the tests
109-
uses: sclorg/testing-farm-as-github-action@v1
109+
uses: sclorg/testing-farm-as-github-action@v2
110110
with:
111111
compose: CentOS-Stream-9
112112
api_key: ${{ secrets.TF_API_KEY }}

lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ clap_mangen = { version = "0.2.20", optional = true }
2323
cap-std-ext = "4"
2424
hex = "^0.4.3"
2525
fn-error-context = "0.2.1"
26-
gvariant = "0.4.0"
26+
gvariant = "0.5.0"
2727
indicatif = "0.17.8"
2828
libc = "^0.2.154"
2929
liboverdrop = "0.1.0"
3030
libsystemd = "0.7"
3131
once_cell = "1.19"
3232
openssl = "^0.10.64"
3333
# TODO drop this in favor of rustix
34-
nix = { version = "0.28", features = ["ioctl", "sched"] }
34+
nix = { version = "0.29", features = ["ioctl", "sched"] }
3535
regex = "1.10.4"
3636
rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process"] }
3737
schemars = { version = "0.8.17", features = ["chrono"] }

0 commit comments

Comments
 (0)