mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
ci: bump github actions
- cachix/install-nix-action v22 -> v23 - actions/checkout v3 -> v4 Signed-off-by: Alexander Fougner <fougner89@gmail.com>
This commit is contained in:
parent
469e8eb008
commit
04666325d4
6
.github/workflows/build-packages.yml
vendored
6
.github/workflows/build-packages.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
os: [ubuntu-20.04, ubuntu-22.04]
|
os: [ubuntu-20.04, ubuntu-22.04]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Disable initramfs update
|
- name: Disable initramfs update
|
||||||
run: sudo sed -i 's/yes/no/g' /etc/initramfs-tools/update-initramfs.conf
|
run: sudo sed -i 's/yes/no/g' /etc/initramfs-tools/update-initramfs.conf
|
||||||
- name: Disable man-db update
|
- name: Disable man-db update
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: docker.io/fedora:latest
|
image: docker.io/fedora:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Install build essentials
|
- name: Install build essentials
|
||||||
run: dnf install -y nodejs make rpmdevtools yum-utils
|
run: dnf install -y nodejs make rpmdevtools yum-utils
|
||||||
- name: Setup Rust
|
- name: Setup Rust
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
name: bcachefs-tools-msrv
|
name: bcachefs-tools-msrv
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Disable initramfs update
|
- name: Disable initramfs update
|
||||||
run: sudo sed -i 's/yes/no/g' /etc/initramfs-tools/update-initramfs.conf
|
run: sudo sed -i 's/yes/no/g' /etc/initramfs-tools/update-initramfs.conf
|
||||||
- name: Disable man-db update
|
- name: Disable man-db update
|
||||||
|
4
.github/workflows/nixos.yml
vendored
4
.github/workflows/nixos.yml
vendored
@ -6,8 +6,8 @@ jobs:
|
|||||||
nixos-flake-check:
|
nixos-flake-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v22
|
- uses: cachix/install-nix-action@v23
|
||||||
with:
|
with:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
Loading…
Reference in New Issue
Block a user