Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Disabling ttl upload and update action versions #535

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

erikbosch
Copy link
Contributor

No description provided.

@erikbosch erikbosch marked this pull request as ready for review April 20, 2023 09:36
Background was the following warning:

Node.js 12 actions are deprecated.
Please update the following actions to use Node.js 16: docker/[email protected].
For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
@erikbosch erikbosch force-pushed the erikbosch/erik_push branch from ebdda53 to b1df3c4 Compare April 20, 2023 09:46
- name: Build ephemereal kuksa command line client docker and push to ttl.sh
if: ${{ needs.checkrights.outputs.have_secrets == 'false' || github.event_name == 'pull_request' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github warned on some old node.js usage when using v2. So updating all to v4 to be consistent.

@SebastianSchildt SebastianSchildt merged commit 868837c into eclipse:master Apr 21, 2023
@erikbosch erikbosch deleted the erikbosch/erik_push branch February 27, 2024 11:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants