Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
chore(deps) Update KyleMayes/install-llvm-action action to v2 (#117)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[KyleMayes/install-llvm-action](https://togithub.com/KyleMayes/install-llvm-action)
| action | major | `v1` -> `v2` |

---

### Release Notes

<details>
<summary>KyleMayes/install-llvm-action
(KyleMayes/install-llvm-action)</summary>

###
[`v2`](https://togithub.com/KyleMayes/install-llvm-action/compare/v1...v2)

[Compare
Source](https://togithub.com/KyleMayes/install-llvm-action/compare/v1...v2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Fil-Language/Filc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
  • Loading branch information
Gashmob authored Apr 1, 2024
2 parents 3847034 + cfc07d5 commit e010224
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Install LLVM
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
version: "15"
env: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Install LLVM
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
version: "15"

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Install LLVM
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
version: "15"

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Install LLVM
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
version: "15"
- name: Install valgrind
Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here are listed all external dependencies used in this project.
| Codacy coverage report | https://github.com/marketplace/actions/codacy-coverage-reporter | ![v1](https://img.shields.io/badge/v1-green) |
| Tar action | https://github.com/marketplace/actions/tar-action | ![v1.1.3](https://img.shields.io/badge/v1.1.3-green) |
| Upload to release | https://github.com/marketplace/actions/upload-to-release | ![v0.1.1](https://img.shields.io/badge/v0.1.1-green) |
| Install LLVM | https://github.com/marketplace/actions/install-llvm-and-clang | ![v1](https://img.shields.io/badge/v1-green) |
| Install LLVM | https://github.com/marketplace/actions/install-llvm-and-clang | ![v2](https://img.shields.io/badge/v2-green) |
| CodeQL | https://github.com/github/codeql-action | ![v3](https://img.shields.io/badge/v3-green) |
| CppCheck | https://github.com/marketplace/actions/cppcheck-action | ![v3.0](https://img.shields.io/badge/v3.0-green) |
| Upload artifact | https://github.com/marketplace/actions/upload-a-build-artifact | ![v4](https://img.shields.io/badge/v4-green) |
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"labels": ["dependencies"],
"baseBranches": ["master"],
"commitBodyTable": true,
"commitMessagePrefix": "chore(deps)"
"commitMessagePrefix": "chore(deps):"
}

0 comments on commit e010224

Please sign in to comment.