diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 79a3ca5..0f8d6b8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,4 +1,4 @@ -name: "Update generated files" +name: "Update Generated Files" # This rule is not run automatically. # It can be run manually to update all of the files that are part # of the template, specifically: @@ -20,13 +20,13 @@ on: workflow_dispatch jobs: build: - name: "Update files" + name: "Update Files" runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - name: "Update generated files" + - name: "Update Generated Files" uses: martinthomson/i-d-template@v1 with: make: update-files