Skip to content

Commit 39fae6f

Browse files
refactor(deps): bump coatl-dev/actions from 4 to 5 (#5)
Bumps [coatl-dev/actions](https://github.com/coatl-dev/actions) from 4 to 5. - [Release notes](https://github.com/coatl-dev/actions/releases) - [Changelog](https://github.com/coatl-dev/actions/blob/coatl/CHANGELOG.md) - [Commits](coatl-dev/actions@v4...v5) --- updated-dependencies: - dependency-name: coatl-dev/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12bd64f commit 39fae6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autoupdate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
2828
- name: Detect changes
2929
id: git-diff
30-
uses: coatl-dev/actions/simple-git-diff@v4
30+
uses: coatl-dev/actions/simple-git-diff@v5
3131

3232
- name: Import GPG key
3333
if: ${{ steps.git-diff.outputs.diff == 'true' }}
3434
id: gpg-import
35-
uses: coatl-dev/actions/gpg-import@v4
35+
uses: coatl-dev/actions/gpg-import@v5
3636
with:
3737
passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }}
3838
private-key: ${{ secrets.COATL_BOT_GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)