Skip to content

Commit

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

Bump actions/checkout from 4.1.3 to 4.2.2
  • Loading branch information
AkihiroSuda authored Jan 15, 2025
2 parents e0c7a73 + 56625a6 commit 5c4052a
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.2.2

- uses: actions/cache/restore@v4
id: cache-restore
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
needs: create-lxc-image
timeout-minutes: 20
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.2.2
- name: setup lxd
run: ./test/setup_lxd.sh
- uses: actions/cache/restore@v4
Expand Down Expand Up @@ -107,7 +107,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/checkout@v4.1.3
- uses: actions/checkout@v4.2.2
- name: setup lxd
run: ./test/setup_lxd.sh
- uses: actions/cache/restore@v4
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
matrix:
script: ["iperf3/iperf3", "postgres/postgres", "redis/redis", "block/block", "memcached/memcached", "rabbitmq/rabbitmq", "etcd/etcd", "mysql/mysql"]
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.2.2
- name: setup lxd
run: ./test/setup_lxd.sh
- uses: actions/cache/restore@v4
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
needs: [benchmark, benchmark-multinode]
timeout-minutes: 10
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.2.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 @@ -212,7 +212,7 @@ jobs:
needs: test
timeout-minutes: 60
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.2.2
# thanks to https://github.com/NobuoTsukamoto/my_actions_test/blob/main/.github/workflows/test_contains.yml
- name: cleanup
run: |
Expand Down

0 comments on commit 5c4052a

Please sign in to comment.