-
Notifications
You must be signed in to change notification settings - Fork 200
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
ci: updating the uses tag version in gh actions jobs; #288 #295
Conversation
Signed-off-by: Morgan Rockett <morgan.rockett@tufts.edu>
097c662
to
89abb91
Compare
@HalosGhost would you be able to link this with #288 ? Thanks |
@rockett-m is this ready for review? |
@HalosGhost not yet, will update when it is |
with: | ||
submodules: recursive | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v2 | ||
uses: actions/setup-python@v4 |
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.
changed to v5 locally
|
||
- name: Set up Docker Buildx (merge) | ||
uses: docker/setup-buildx-action@v1 | ||
uses: docker/setup-buildx-action@v2 |
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.
changed to v3
Fixed in #274 |
debugging docker merge/pull/push and updating the '@ v#' versions within
.github/workflows/*
as some of them had gotten old / stale (see screenshot below)stage speedups! vs other PRs in queue