diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c83e64..3f5f880 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: steps: # Get the repository's code - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/docker/setup-qemu-action - name: Set up QEMU