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

update action workflows to use checkout@v4 #1632

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clarkedb
Copy link

@clarkedb clarkedb commented Mar 1, 2024

With the release of actions/checkout@v4 almost six months ago in #1447, this PR updates the workflows in this repo to use the latest major version of checkout.

@clarkedb clarkedb requested a review from a team as a code owner March 1, 2024 04:48
test-git-container:
runs-on: ubuntu-latest
container: bitnami/git:latest
steps:
# Clone this repo
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: v3
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
path: v3
path: v4

?

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.

None yet

2 participants