Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7255df2d92
commit
c5bbfc287d
3 changed files with 4 additions and 4 deletions
2
.github/workflows/build-sd-image.yml
vendored
2
.github/workflows/build-sd-image.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install QEMU
|
||||
run: sudo apt-get install qemu-user-static
|
||||
|
|
|
|||
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- harmonica
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: cachix/install-nix-action@v31
|
||||
# TODO: add a binary cache
|
||||
# - uses: cachix/cachix-action@v10
|
||||
|
|
@ -32,6 +32,6 @@ jobs:
|
|||
check-formatting:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- run: nix run nixpkgs#nixfmt-tree -- --ci
|
||||
|
|
|
|||
2
.github/workflows/test-my-packages.yml
vendored
2
.github/workflows/test-my-packages.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
# - python311Packages.fastmri # broken for now
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v31
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue