Skip to content

Bump actions/checkout from 3.5.3 to 3.6.0 (#126) #59

Bump actions/checkout from 3.5.3 to 3.6.0 (#126)

Bump actions/checkout from 3.5.3 to 3.6.0 (#126) #59

Workflow file for this run

name: Backup
on:
push:
branches:
- main
schedule:
- cron: 0 0 * * * # Every day of each month
workflow_dispatch:
permissions:
contents: read
jobs:
backup:
name: Backup
uses: exercism/github-actions/.github/workflows/backup-repo.yml@backup-repo
secrets: inherit