Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.3 to 4.1.6 #81

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].6
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].6

- uses: actions/cache/restore@v4
id: cache-restore
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
needs: create-lxc-image
timeout-minutes: 20
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].6
- name: setup lxd
run: ./test/setup_lxd.sh
- uses: actions/cache/restore@v4
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
matrix:
script: ["iperf3/iperf3_host", "iperf3/iperf3", "postgres/postgres", "redis/redis", "block/block", "memcached/memcached", "rabbitmq/rabbitmq", "etcd/etcd", "mysql/mysql"]
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].6
- name: setup lxd
run: ./test/setup_lxd.sh
- uses: actions/cache/restore@v4
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
matrix:
script: ["iperf3/iperf3", "postgres/postgres", "redis/redis", "block/block", "memcached/memcached", "rabbitmq/rabbitmq", "etcd/etcd", "mysql/mysql"]
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].6
- name: setup lxd
run: ./test/setup_lxd.sh
- uses: actions/cache/restore@v4
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
needs: [benchmark, benchmark-multinode]
timeout-minutes: 10
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].6
- run: sudo apt update && sudo apt install python3 python3-pip
- run: pip3 install matplotlib numpy
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].6
- run: sudo ip a add 192.168.6.2/32 dev eth0
- run: hostname -I
- run: ./test/init_test.sh
Expand Down
Loading