Skip to content

Commit

Permalink
update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Feb 2, 2024
1 parent 33eed1c commit 38fd844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AutoMergeMainOnDevel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Merge main -> devel
uses: devmasx/merge-branch@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Update ML_VERSION
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Update MeshLab version
Expand All @@ -37,7 +37,7 @@ jobs:
os: ['ubuntu-20.04', 'macos-latest', 'macos-14', 'windows-latest']
precision: [single_precision, double_precision]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
ref: main
Expand Down

0 comments on commit 38fd844

Please sign in to comment.