diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-09-04 21:54:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-04 21:54:58 +0000 |
| commit | 067c458189d02ff77fb99a0250a01a1a2076ab95 (patch) | |
| tree | b437bc9dc4f5d88c18fcae08f4cc42d470ffaddc /.github | |
| parent | be9954bce2e5caa98c9127429802f92749ab6ee6 (diff) | |
| download | luasystem-dependabot/github_actions/github-actions-678bd20010.tar.gz luasystem-dependabot/github_actions/github-actions-678bd20010.tar.bz2 luasystem-dependabot/github_actions/github-actions-678bd20010.zip | |
chore(deps): bump the github-actions group with 4 updatesdependabot/github_actions/github-actions-678bd20010
Bumps the github-actions group with 4 updates: [luarocks/gh-actions-lua](https://github.com/luarocks/gh-actions-lua), [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm), [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) and [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm).
Updates `luarocks/gh-actions-lua` from 13 to 14
- [Release notes](https://github.com/luarocks/gh-actions-lua/releases)
- [Commits](https://github.com/luarocks/gh-actions-lua/compare/85e2287697275df96334743ac654241a8fd34ab3...56eba09993704b908cc3c7c2753e630d18cb9696)
Updates `vmactions/freebsd-vm` from 1.5.3 to 1.5.5
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](https://github.com/vmactions/freebsd-vm/compare/83b151f58c6047089f4c80eb5ba2039d158ce093...f0552d3b69211736abd97f02ff3d4674c56b73b1)
Updates `vmactions/openbsd-vm` from 1.4.6 to 1.4.7
- [Release notes](https://github.com/vmactions/openbsd-vm/releases)
- [Commits](https://github.com/vmactions/openbsd-vm/compare/e6c68b637a12e83519688d115d57d5b0b53923cd...86cdc08415d9d0865267e686561e276c52d62530)
Updates `vmactions/netbsd-vm` from 1.4.6 to 1.4.7
- [Release notes](https://github.com/vmactions/netbsd-vm/releases)
- [Commits](https://github.com/vmactions/netbsd-vm/compare/00081e82b14bc40114eb97f32b4455306828516b...6334c835de4c04a59fe59f0f8f071e02a2f0bab3)
---
updated-dependencies:
- dependency-name: luarocks/gh-actions-lua
dependency-version: '14'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: vmactions/freebsd-vm
dependency-version: 1.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: vmactions/openbsd-vm
dependency-version: 1.4.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: vmactions/netbsd-vm
dependency-version: 1.4.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 343bea9..2945d74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -95,7 +95,7 @@ jobs: | |||
| 95 | # dir \".\\.dependencies\Dependencies.exe\"\n | 95 | # dir \".\\.dependencies\Dependencies.exe\"\n |
| 96 | # .\\.dependencies\\Dependencies.exe -help\n | 96 | # .\\.dependencies\\Dependencies.exe -help\n |
| 97 | 97 | ||
| 98 | - uses: luarocks/gh-actions-lua@85e2287697275df96334743ac654241a8fd34ab3 # v11 | 98 | - uses: luarocks/gh-actions-lua@56eba09993704b908cc3c7c2753e630d18cb9696 # v11 |
| 99 | with: | 99 | with: |
| 100 | luaVersion: ${{ matrix.luaVersion }} | 100 | luaVersion: ${{ matrix.luaVersion }} |
| 101 | 101 | ||
| @@ -124,7 +124,7 @@ jobs: | |||
| 124 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | 124 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 125 | 125 | ||
| 126 | - name: Run tests inside FreeBSD VM | 126 | - name: Run tests inside FreeBSD VM |
| 127 | uses: vmactions/freebsd-vm@83b151f58c6047089f4c80eb5ba2039d158ce093 # v1 | 127 | uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 # v1 |
| 128 | with: | 128 | with: |
| 129 | usesh: true | 129 | usesh: true |
| 130 | prepare: | | 130 | prepare: | |
| @@ -143,7 +143,7 @@ jobs: | |||
| 143 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | 143 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 144 | 144 | ||
| 145 | - name: Run tests inside OpenBSD VM | 145 | - name: Run tests inside OpenBSD VM |
| 146 | uses: vmactions/openbsd-vm@e6c68b637a12e83519688d115d57d5b0b53923cd # v1 | 146 | uses: vmactions/openbsd-vm@86cdc08415d9d0865267e686561e276c52d62530 # v1 |
| 147 | with: | 147 | with: |
| 148 | usesh: true | 148 | usesh: true |
| 149 | prepare: | | 149 | prepare: | |
| @@ -162,7 +162,7 @@ jobs: | |||
| 162 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | 162 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 163 | 163 | ||
| 164 | - name: Run tests inside NetBSD VM | 164 | - name: Run tests inside NetBSD VM |
| 165 | uses: vmactions/netbsd-vm@00081e82b14bc40114eb97f32b4455306828516b # v1 | 165 | uses: vmactions/netbsd-vm@6334c835de4c04a59fe59f0f8f071e02a2f0bab3 # v1 |
| 166 | with: | 166 | with: |
| 167 | usesh: true | 167 | usesh: true |
| 168 | prepare: | | 168 | prepare: | |
