Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d958b2f

Browse files
committedDec 6, 2024·
chore(deps): update all dependencies
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
1 parent 3ead145 commit d958b2f

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed
 

‎Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ostree-ext/.github/workflows/bootc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
container: quay.io/centos/centos:stream9
1717
steps:
1818
- run: dnf -y install git-core
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
repository: containers/bootc
2222
path: bootc
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
with:
2525
path: ostree-rs-ext
2626
- name: Patch bootc to use ostree-rs-ext

‎ostree-ext/.github/workflows/rust.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Code lints
2626
run: ./ci/lints.sh
2727
- name: Install deps
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
- name: Install deps
5252
run: ./ci/installdeps.sh
5353
- name: Cache Dependencies
@@ -67,7 +67,7 @@ jobs:
6767
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
6868
steps:
6969
- name: Checkout repository
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@v4
7171
- name: Install deps
7272
run: ./ci/installdeps.sh
7373
- name: Detect crate MSRV
@@ -91,8 +91,8 @@ jobs:
9191
cargo-deny:
9292
runs-on: ubuntu-latest
9393
steps:
94-
- uses: actions/checkout@v3
95-
- uses: EmbarkStudios/cargo-deny-action@v1
94+
- uses: actions/checkout@v4
95+
- uses: EmbarkStudios/cargo-deny-action@v2
9696
with:
9797
log-level: warn
9898
command: check bans sources licenses
@@ -103,7 +103,7 @@ jobs:
103103
container: quay.io/fedora/fedora-coreos:testing-devel
104104
steps:
105105
- name: Checkout repository
106-
uses: actions/checkout@v3
106+
uses: actions/checkout@v4
107107
- name: Download ostree-ext-cli
108108
uses: actions/download-artifact@v4.1.8
109109
with:
@@ -119,7 +119,7 @@ jobs:
119119
container: quay.io/fedora/fedora-coreos:testing-devel
120120
steps:
121121
- name: Checkout repository
122-
uses: actions/checkout@v3
122+
uses: actions/checkout@v4
123123
- name: Download ostree-ext-cli
124124
uses: actions/download-artifact@v4.1.8
125125
with:
@@ -137,7 +137,7 @@ jobs:
137137
options: "--privileged --pid=host -v /var/tmp:/var/tmp -v /run/dbus:/run/dbus -v /run/systemd:/run/systemd -v /:/run/host"
138138
steps:
139139
- name: Checkout repository
140-
uses: actions/checkout@v3
140+
uses: actions/checkout@v4
141141
- name: Download
142142
uses: actions/download-artifact@v4.1.8
143143
with:
@@ -151,7 +151,7 @@ jobs:
151151
needs: build
152152
runs-on: ubuntu-latest
153153
container:
154-
image: quay.io/fedora/fedora-bootc:41
154+
image: quay.io/fedora/fedora-bootc:42
155155
options: "--privileged --pid=host -v /var/tmp:/var/tmp -v /run/dbus:/run/dbus -v /run/systemd:/run/systemd -v /:/run/host"
156156
steps:
157157
- name: Checkout repository
@@ -170,9 +170,9 @@ jobs:
170170
runs-on: ubuntu-latest
171171
steps:
172172
- name: Checkout repository
173-
uses: actions/checkout@v3
173+
uses: actions/checkout@v4
174174
- name: Checkout coreos-layering-examples
175-
uses: actions/checkout@v3
175+
uses: actions/checkout@v4
176176
with:
177177
repository: coreos/coreos-layering-examples
178178
path: coreos-layering-examples

0 commit comments

Comments
 (0)
Please sign in to comment.