Skip to content

Bump actions versions to versions that support node 20 #61

Bump actions versions to versions that support node 20

Bump actions versions to versions that support node 20 #61

Workflow file for this run

name: Auto approve trusted
on:
pull_request_target:
jobs:
approve:
runs-on: ubuntu-latest
name: approve
steps:
- uses: hmarr/auto-approve-action@v4
if: github.actor == 'tjamet'
- uses: hmarr/auto-approve-action@v4
if: github.actor == 'dependabot[bot]'