diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..ed65c43 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @monta-app/guild-tooling diff --git a/.github/actions/deploy-ocpp-gateway/README.md b/.github/actions/deploy-ocpp-gateway/README.md index 2d71b75..ce3a181 100644 --- a/.github/actions/deploy-ocpp-gateway/README.md +++ b/.github/actions/deploy-ocpp-gateway/README.md @@ -55,7 +55,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Deploy to Staging uses: monta-app/github-workflows/.github/actions/deploy-ocpp-gateway@main diff --git a/.github/actions/docker-compose-setup/README.md b/.github/actions/docker-compose-setup/README.md index 6b4eca5..fe9f6b7 100644 --- a/.github/actions/docker-compose-setup/README.md +++ b/.github/actions/docker-compose-setup/README.md @@ -38,7 +38,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Start test services uses: monta-app/github-workflows/.github/actions/docker-compose-setup@main diff --git a/.github/actions/gradle-multi-module/README.md b/.github/actions/gradle-multi-module/README.md index cd4c8d2..79de9c8 100644 --- a/.github/actions/gradle-multi-module/README.md +++ b/.github/actions/gradle-multi-module/README.md @@ -48,7 +48,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Java uses: actions/setup-java@v5