Skip to content

Commit 3fed0f3

Browse files
committed
📝 updated other actions section and use major version
1 parent 28d309d commit 3fed0f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,5 +271,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
271271
:bookmark: [Git Checkout](https://github.com/codebeltnet/git-checkout)\
272272
:bookmark: [MinVer Calculate](https://github.com/codebeltnet/minver-calculate)\
273273
:bookmark: [NuGet Push](https://github.com/codebeltnet/nuget-push)\
274+
:bookmark: [Shell Globbing](https://github.com/codebeltnet/shell-globbing)\
274275
:bookmark: [Analyze with SonarCloud](https://github.com/codebeltnet/sonarcloud-scan)\
275276
:bookmark: [Finalyze with SonarCloud](https://github.com/codebeltnet/sonarcloud-scan-finalize)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
runs:
1313
using: composite
1414
steps:
15-
- uses: actions/checkout@v4.1.5
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
fetch-tags: true

0 commit comments

Comments
 (0)