-
Notifications
You must be signed in to change notification settings - Fork 8
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
[DEVOPS] Update checkout action to v3 #155
Conversation
Codecov Report
@@ Coverage Diff @@
## master #155 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 165 165
===========================================
Files 34 34
Lines 609 609
Branches 4 4
===========================================
Hits 609 609 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes are looking good to me.
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable24 stable24
# Navigate to the new working tree
cd .worktrees/backport-stable24
# Create a new branch
git switch --create backport-155-to-stable24
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ---mainline 1 8cf95ef8516c2916df3ff023da9df61c92f33ae2
# Push it to GitHub
git push --set-upstream origin backport-155-to-stable24
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable24 Then, create a pull request where the |
* [DEVOPS] Update checkout action to v3 * Test against postgres14
* [DEVOPS] Update checkout action to v3 * Test against postgres14
Update checkout action to v3 to remove warnings in Github actions