Skip to content

Commit

Permalink
update-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andersk committed Jul 18, 2024
1 parent e020878 commit c8ba165
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/update-github-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update GitHub Actions

on: workflow_dispatch

permissions:
contents: read

jobs:
update-github-actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run GitHub Actions Version Updater
continue-on-error: true
uses: saadmk11/github-actions-version-updater@v0.8.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
skip_pull_request: true
- run: git diff

0 comments on commit c8ba165

Please sign in to comment.