mirror of
https://github.com/aristocratos/btop.git
synced 2026-05-19 05:54:05 -04:00
chore(deps): update actions/checkout action to v5
This commit is contained in:
2
.github/workflows/cmake-freebsd.yml
vendored
2
.github/workflows/cmake-freebsd.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
arch: ['aarch64', 'x86_64']
|
||||
version: ['14.3', '15.0']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Compile
|
||||
uses: vmactions/freebsd-vm@v1
|
||||
|
||||
2
.github/workflows/cmake-linux.yml
vendored
2
.github/workflows/cmake-linux.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
- compiler: gcc
|
||||
version: 14
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install clang ${{ matrix.version }}
|
||||
if: ${{ matrix.compiler == 'clang' }}
|
||||
|
||||
2
.github/workflows/cmake-macos.yml
vendored
2
.github/workflows/cmake-macos.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install build tools
|
||||
run: |
|
||||
|
||||
2
.github/workflows/cmake-netbsd.yml
vendored
2
.github/workflows/cmake-netbsd.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
arch: ['aarch64', 'amd64']
|
||||
version: ['10.1']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Compile
|
||||
uses: vmactions/netbsd-vm@v1
|
||||
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
matrix:
|
||||
compiler: ["clang++", "g++"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Compile
|
||||
uses: vmactions/freebsd-vm@v1
|
||||
|
||||
2
.github/workflows/continuous-build-gpu.yml
vendored
2
.github/workflows/continuous-build-gpu.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install build tools
|
||||
run: apk add --no-cache --update gcc g++ make linux-headers
|
||||
|
||||
2
.github/workflows/continuous-build-linux.yml
vendored
2
.github/workflows/continuous-build-linux.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
run: git config --global --add safe.directory /__w/btop/btop
|
||||
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
||||
2
.github/workflows/continuous-build-macos.yml
vendored
2
.github/workflows/continuous-build-macos.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
with:
|
||||
xcode-version: latest-stable
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install build tools
|
||||
run: |
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Compile
|
||||
uses: vmactions/netbsd-vm@v1
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Compile
|
||||
uses: vmactions/openbsd-vm@v1
|
||||
|
||||
2
.github/workflows/test-snap-can-build.yml
vendored
2
.github/workflows/test-snap-can-build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
node-version: [20.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- uses: snapcore/action-build@v1
|
||||
id: build
|
||||
|
||||
Reference in New Issue
Block a user