Skip to content

Commit

Permalink
bump github-action-add-on (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev authored Jun 10, 2024
1 parent b335446 commit 5fad44e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
required: false
default: false

# This is required for "gautamkrishnar/keepalive-workflow"
# Required permissions for keep-alive, used by ddev/github-action-add-on-test
permissions:
contents: write
actions: write

defaults:
run:
Expand All @@ -34,10 +34,10 @@ jobs:
ddev_version: [stable, HEAD]
fail-fast: false

runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: ddev/github-action-add-on-test@v1
- uses: ddev/github-action-add-on-test@v2
with:
ddev_version: ${{ matrix.ddev_version }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5fad44e

Please sign in to comment.