diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a99eb1..d1e5b86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out the codebase - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set variables run: | @@ -61,7 +61,7 @@ jobs: steps: - name: Check out the codebase - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set variables run: |