Skip to content

Commit

Permalink
Bump GH actions versions to solve warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Saalvage committed Oct 18, 2023
1 parent 202a7c8 commit 80297ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: lukka/get-cmake@latest

- name: Clone LLVM
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: '0'

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
shell: bash
run: build/build.sh prepack -platform $PLATFORM

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: intermediate
path: |
Expand All @@ -82,7 +82,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: '0'

Expand All @@ -102,7 +102,7 @@ jobs:
run: build/build.sh pack

- name: Upload package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: CppSharp.nupkg
path: |
Expand Down

0 comments on commit 80297ca

Please sign in to comment.