X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/42212ce062eb70263237c221de14d6398c37c48b..7f055e6aa4bcecd6f19da3efe0f89ece84a5f5a2:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index fd51dbced..1b8541af5 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -42,6 +42,7 @@ jobs: - fail2ban - foundation-board - foundation-dwg + - foundation-mastodon - foundation-mwg - foundation-owg - foundation-welcome @@ -84,6 +85,7 @@ jobs: - php-apache - php-fpm - planet + - planet-aws - planet-current - planet-dump - planet-notes @@ -129,13 +131,13 @@ jobs: fail-fast: false steps: - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup ruby uses: ruby/setup-ruby@v1 with: