Skip to content

Commit a1a87f6

Browse files
authored
Merge pull request #16 from StephanKa/feature/update-github-action
updated github actions, removed funding.yml
2 parents 65a922f + dc25365 commit a1a87f6

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/FUNDING.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/build_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
]
2929

3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232

3333
- name: Cache
34-
uses: actions/cache@v2
34+
uses: actions/cache@v3
3535
env:
3636
cache-name: cache-conan-modules
3737
with:

0 commit comments

Comments
 (0)