The following changes since commit 0360d61fbfcc1f07bcdc16672f5040f8cf49681f: t/zbd: add a CLI option to force io_uring (2022-10-16 17:05:03 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 2f160e0c8848bab566427a11eee116d8e834bcf0: test: change GitHub actions checkout from v2 to v3 (2022-10-18 11:13:03 -0400) ---------------------------------------------------------------- Vincent Fu (1): test: change GitHub actions checkout from v2 to v3 .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdc4db85..1b8c0701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies run: ./ci/actions-install.sh - name: Build