Skip to content

Commit 0534e33

Browse files
Saalvagetritao
authored andcommitted
Bump GH actions versions to solve warnings
1 parent a6ef9d9 commit 0534e33

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: lukka/get-cmake@latest
2727

2828
- name: Clone LLVM

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
DOTNET_CLI_TELEMETRY_OPTOUT: true
2525

2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828
with:
2929
fetch-depth: '0'
3030

@@ -63,7 +63,7 @@ jobs:
6363
shell: bash
6464
run: build/build.sh prepack -platform $PLATFORM
6565

66-
- uses: actions/upload-artifact@v2
66+
- uses: actions/upload-artifact@v3
6767
with:
6868
name: intermediate
6969
path: |
@@ -82,7 +82,7 @@ jobs:
8282
DOTNET_CLI_TELEMETRY_OPTOUT: true
8383

8484
steps:
85-
- uses: actions/checkout@v2
85+
- uses: actions/checkout@v4
8686
with:
8787
fetch-depth: '0'
8888

@@ -102,7 +102,7 @@ jobs:
102102
run: build/build.sh pack
103103

104104
- name: Upload package
105-
uses: actions/upload-artifact@v2
105+
uses: actions/upload-artifact@v3
106106
with:
107107
name: CppSharp.nupkg
108108
path: |

0 commit comments

Comments
 (0)