Skip to content

Commit

Permalink
fix(cd): upgrade actions/checkout@v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Basim108 committed May 21, 2024
1 parent 9090a4d commit bb2368a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: 'windows-latest'
steps:
- name: 'Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Install dotnet'
uses: actions/setup-dotnet@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: 'windows-latest'
steps:
- name: 'Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Install dotnet'
uses: actions/setup-dotnet@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: 'windows-latest'
steps:
- name: 'Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Install dotnet'
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit bb2368a

Please sign in to comment.