Skip to content

Commit

Permalink
chore(deps): update akhilerm/tag-push-action action to v2.2.0 (#1113)
Browse files Browse the repository at this point in the history
This PR contains the following updates:



Package
Type
Update
Change




akhilerm/tag-push-action
action
minor
v2.1.0 -> v2.2.0




WarningSome dependencies could not be looked up. Check the warning logs for more information.


Release Notes

akhilerm/tag-push-action (akhilerm/tag-push-action)
v2.2.0
Compare Source
Highlights

update to nodejs 20

What's Changed

Bump prettier from 2.4.1 to 3.1.0 by @​dependabot in akhilerm/tag-push-action#343
Bump jest-circus from 27.5.1 to 29.7.0 by @​dependabot in akhilerm/tag-push-action#320
Bump eslint-plugin-jest from 27.1.4 to 27.6.0 by @​dependabot in akhilerm/tag-push-action#340
Bump json5 from 1.0.1 to 1.0.2 by @​dependabot in akhilerm/tag-push-action#296
Bump @​actions/core from 1.10.0 to 1.10.1 by @​dependabot in akhilerm/tag-push-action#345
Bump @​typescript-eslint/parser from 5.42.1 to 5.62.0 by @​dependabot in akhilerm/tag-push-action#347
Bump eslint-plugin-prettier from 4.2.1 to 5.1.2 by @​dependabot in akhilerm/tag-push-action#358
Bump @​types/node from 16.18.3 to 20.10.5 by @​dependabot in akhilerm/tag-push-action#355

Full Changelog: akhilerm/tag-push-action@v2.1.0...v2.2.0


Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.


 If you want to rebase/retry this PR, check this box


This PR has been generated by Mend Renovate. View repository job log here.
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 7e6420f commit 6f8e8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Promote image
uses: akhilerm/tag-push-action@85bf542f43f5f2060ef76262a67ee3607cb6db37 # v2.1.0
uses: akhilerm/tag-push-action@f35ff2cb99d407368b5c727adbcc14a2ed81d509 # v2.2.0
with:
src: ghcr.io/vexxhost/atmosphere:${{ github.sha }}
dst: ghcr.io/vexxhost/atmosphere:${{ github.event.release.tag_name }}

0 comments on commit 6f8e8b4

Please sign in to comment.