Skip to content

Bump actionmailer from 7.1.2 to 7.1.4.1 #156

Bump actionmailer from 7.1.2 to 7.1.4.1

Bump actionmailer from 7.1.2 to 7.1.4.1 #156

Workflow file for this run

---
name: Super-Linter
on:
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
permissions: {}
jobs:
super-linter:
name: Super-Linter
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@a8150b40c89574adb5f68bf9502b890a236a06b3 # v5.7.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}