Skip to content

Commit

Permalink
Merge branch '0.0.x_dev' of https://github.com/PyMoDAQ/pymodaq_utils
Browse files Browse the repository at this point in the history
…into 0.0.x_dev
  • Loading branch information
seb5g committed Oct 3, 2024
2 parents 64ed767 + d2da31b commit 0c73f8a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: GitHub Actions Version Updater

# Controls when the action will run.
on:
schedule:
# Automatically run at 00:00 on day-of-month 5.
- cron: '0 0 5 * *'

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}

0 comments on commit 0c73f8a

Please sign in to comment.