Skip to content

Commit

Permalink
[GE-1029] Fix GHA Node deprecation warnings in build-push-image action (
Browse files Browse the repository at this point in the history
#335)

* updating ssh-agent action version on build-push-image action

* update github-script action version used in extract-env-variables
  • Loading branch information
MarianoSalerno authored Jul 1, 2024
1 parent 9a51867 commit c380f36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/wet-rivers-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'davinci-github-actions': patch
---

- update `ssh-agent` action version used in build-push-image
- update `github-script` action version used in extract-env-variables
2 changes: 1 addition & 1 deletion build-push-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ runs:
latest=${{ steps.meta-build.outputs.latest }}
- name: Use SSH key
uses: toptal/ssh-agent@v0.4.1
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ env.TOPTAL_BUILD_BOT_SSH_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion extract-env-variables/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
- name: Extract Env variables
id: env-variables
uses: actions/github-script@v6.3.3
uses: actions/github-script@v7
with:
github-token: ${{ inputs.github-token }}
result-encoding: string
Expand Down

0 comments on commit c380f36

Please sign in to comment.