Skip to content

Bump @openzeppelin/contracts from 4.7.3 to 5.0.1 #613

Bump @openzeppelin/contracts from 4.7.3 to 5.0.1

Bump @openzeppelin/contracts from 4.7.3 to 5.0.1 #613

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm test
auto-merge:
name: Auto-merge
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}