Skip to content

Commit

Permalink
Merge pull request #61 from rootless-containers/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
AkihiroSuda authored Apr 3, 2024
2 parents e3bbed3 + c9380f4 commit 0aed06c
Showing 1 changed file with 7 additions and 7 deletions.
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].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2

- 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].1
- uses: actions/[email protected].2
- 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].1
- uses: actions/[email protected].2
- 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].1
- uses: actions/[email protected].2
- name: setup lxd
run: ./test/setup_lxd.sh
- uses: actions/cache/restore@v4
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
runs-on: ubuntu-22.04
needs: [benchmark, benchmark-multinode]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- run: sudo apt update && sudo apt install python3 python3-pip
- run: pip3 install matplotlib numpy
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
bench-script:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- run: sudo ip a add 192.168.6.2/32 dev eth0
- run: hostname -I
- run: ./test/init_test.sh
Expand Down

0 comments on commit 0aed06c

Please sign in to comment.