Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update aws-actions/configure-aws-credentials action to v4" #133

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Oct 4, 2023

Reverts #130.

This update uses Node 20 which requires glibc 2.28 and thus does not work with CentOS 7 images.

@bdice bdice requested a review from ajschmidt8 October 4, 2023 13:58
@@ -55,7 +55,7 @@ jobs:
echo "HAS_DEVCONTAINER=false" >> "${GITHUB_ENV}";
fi
- if: ${{ env.HAS_DEVCONTAINER == 'true' }}
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v2
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Wondering if this should be v3.

Suggested change
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3

@ajschmidt8
Copy link
Member

ugh. this will be fun.

GHAs are transitioning to Node20 and deprecating Node16

@ajschmidt8 ajschmidt8 merged commit c0975c8 into branch-23.12 Oct 4, 2023
@ajschmidt8 ajschmidt8 deleted the revert-130-renovate/aws-actions-configure-aws-credentials-4.x branch October 4, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants