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

fix: EOL'd github actions: upgrade all that are possible to upgrade #1400

Merged
merged 7 commits into from
Dec 5, 2024

Conversation

jzacsh
Copy link
Collaborator

@jzacsh jzacsh commented Dec 5, 2024

$ find .github/ -type f -exec \
  sed -Ei 's,actions?\/(.*)\@v[[:digit:]],actions/\1\@v3,g' {} \;

unsure if any action names changed (so unsure this will work), but guessing ci/cd will tell us.

part part of #1397

@jzacsh jzacsh changed the title fix: github actions: search/replac refs v{1,2} -> v3 fix: github actions: upgrade all that are possible to upgrade Dec 5, 2024
@jzacsh jzacsh changed the title fix: github actions: upgrade all that are possible to upgrade fix: EOL'd github actions: upgrade all that are possible to upgrade Dec 5, 2024
@jzacsh jzacsh marked this pull request as ready for review December 5, 2024 17:03
@jzacsh jzacsh requested a review from seehamrun December 5, 2024 17:03
@seehamrun
Copy link
Collaborator

Also related: #1022

@jzacsh jzacsh merged commit be94249 into dtinit:master Dec 5, 2024
5 checks passed
@jzacsh jzacsh deleted the eol-fix-githubcodeql branch December 5, 2024 18:08
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