diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c52904..a6a3c51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 test: needs: lint @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test docker build run: | docker run --rm --privileged \ @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build and push latest Docker image if: github.event_name == 'push' run: | @@ -71,12 +71,12 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: - name: Checkout add-on code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false path: addon - name: Checkout repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false repository: filii-lamberti/repository