@@ -30,7 +30,7 @@ Branch/Commit/Tag from source repository where to get updated GitHub Actions con
3030
3131Is set to ` true ` if one configuration file is changed. Usage:
3232```
33- - uses: avides/actions-action-configuration-autoupdate@v1.1 .0
33+ - uses: avides/actions-action-configuration-autoupdate@v1.3 .0
3434 id: actions_action_configuration_autoupdate
3535 with:
3636 token: ${{ secrets.PAT }}
@@ -45,7 +45,7 @@ Is set to `true` if one configuration file is changed. Usage:
4545## Example usage
4646```
4747- name: action-configuration-autoupdate
48- uses: avides/action-configuration-autoupdate@v1.2 .0
48+ uses: avides/actions- action-configuration-autoupdate@v1.3 .0
4949 with:
5050 token: ${{ secrets.PAT }}
5151 actions-configuration-files: path/to/files/workflow1.yml,path/to/files/workflow2.yml
@@ -55,13 +55,13 @@ Is set to `true` if one configuration file is changed. Usage:
5555## Example usage with auto-commit
5656```
5757- name: checkout
58- uses: actions/checkout@v2
58+ uses: actions/checkout@v3
5959 with:
6060 ref: ${{ github.head_ref }}
6161 token: ${{ secrets.PAT }}
6262
6363- name: action-configuration-autoupdate
64- uses: avides/action-configuration-autoupdate@v1.2 .0
64+ uses: avides/actions- action-configuration-autoupdate@v1.3 .0
6565 with:
6666 token: ${{ secrets.PAT }}
6767 actions-configuration-files: path/to/files/workflow1.yml,path/to/files/workflow2.yml
0 commit comments