diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f728b8f..95e9d19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: steps: # To use this repository's private action, you must check out the repository - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test action step uses: ./ # Uses an action in the root directory with: