diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91c2584..8c3b97d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: name: Test Run steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Launch the local action uses: ./ # Uses an action in the root directory