diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa7d656..caa82d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,6 @@ on: - '.gitignore' - 'LICENSE.md' - 'README.md' - branches-ignore: [ main ] pull_request: branches: [ main ] paths-ignore: @@ -37,7 +36,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout github repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Docker meta id: docker_meta