Skip to content

Commit

Permalink
PIPELINE: use checkout v3 as v2 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon committed Feb 16, 2024
1 parent 492d4d2 commit fb335d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ext: ".exe"
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Prepare Build Environemnt
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ext: ".exe"
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Prepare Build Environemnt
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ext: ".exe"
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Prepare Build Environemnt
run: |
sudo apt-get update
Expand Down

0 comments on commit fb335d5

Please sign in to comment.