Skip to content
refresh-cw

GitHub Action

Bump Uses

v0.3.1 Latest version

Bump Uses

refresh-cw

Bump Uses

GitHub Actions to update the version of the `uses` documented in the README

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Bump Uses

uses: ryohidaka/action-bump-uses@v0.3.1

Learn more about this action in ryohidaka/action-bump-uses

Choose a version

Bump Uses

GitHub Release Test Action

GitHub Actions to update the version of the uses documented in the README.

Usage

on: [push]

permissions:
  contents: write

jobs:
  bump-uses:
    runs-on: ubuntu-latest
    steps:
      - uses: ryohidaka/action-bump-uses@v0.3.1
        with:
          commit-user-name: "GitHub Actions"
          commit-user-email: "actions@github.com"
          commit-message: "chore: Bump uses"
          dry-run: false

Inputs

Input Description Default
commit-user-name Commit username. GitHub Actions
commit-user-email Commit email. actions@github.com
commit-message Commit message. chore: Bump uses
dry-run If true, the commit and push steps will be skipped. false