diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c26942..6ea9048 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: name: New tag runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@main # - name: Validate composer.json and composer.lock # run: composer validate