mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +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]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Disable initramfs update
|
||||
run: sudo sed -i 's/yes/no/g' /etc/initramfs-tools/update-initramfs.conf
|
||||
- name: Disable man-db update
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
container:
|
||||
image: docker.io/fedora:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install build essentials
|
||||
run: dnf install -y nodejs make rpmdevtools yum-utils
|
||||
- name: Setup Rust
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
name: bcachefs-tools-msrv
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Disable initramfs update
|
||||
run: sudo sed -i 's/yes/no/g' /etc/initramfs-tools/update-initramfs.conf
|
||||
- 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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v23
|
||||
with:
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
|
Loading…
Reference in New Issue
Block a user