Skip to content

Commit

Permalink
Update actions/checkout version in update-main-version.yml (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jww3 committed Mar 12, 2024
1 parent 9bb5618 commit 8410ad0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-main-version.yml
Expand Up @@ -19,7 +19,10 @@ jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Note this update workflow can also be used as a rollback tool.
# For that reason, it's best to pin `actions/checkout` to a known, stable version
# (typically, about two releases back).
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Git config
Expand Down

3 comments on commit 8410ad0

@Jean-sys77
Copy link

Choose a reason for hiding this comment

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

Update ###

@wyatterp365
Copy link

Choose a reason for hiding this comment

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

Update ###

@wyatterp365
Copy link

Choose a reason for hiding this comment

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

Update ###

Please sign in to comment.