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

chore: upgrade checkout to v4 #113

Merged
merged 5 commits into from
Dec 9, 2024
Merged

Conversation

juditgreskovits
Copy link
Collaborator

Problem

checkout is on v3

Solution

upgrade to v4

Useful documentation

@@ -15,7 +15,7 @@ jobs:
name: Secret scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@4.2.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

Need to provide v:

Suggested change
- uses: actions/checkout@4.2.2
- uses: actions/checkout@v4.2.2

And same for others.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you get an error flagged in VSCode, like this?
Screenshot 2024-12-09 at 12 38 09

@@ -98,7 +98,7 @@ jobs:
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@4.2.2

- name: Check jobs for errors
uses: actions/github-script@v6
Copy link
Collaborator

Choose a reason for hiding this comment

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

Might as well fix this while we're here:

Suggested change
uses: actions/github-script@v6
uses: actions/github-script@v6.4.1

Co-authored-by: Matt Calthrop <matt@calthrop.com>
Copy link
Collaborator

@mcalthrop mcalthrop left a comment

Choose a reason for hiding this comment

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

@juditgreskovits juditgreskovits merged commit 29ba53b into main Dec 9, 2024
5 checks passed
@juditgreskovits juditgreskovits deleted the chore/upgrade-checkout-to-v4 branch December 9, 2024 14:46
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