diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-30 22:58:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-30 22:58:16 +0200 |
| commit | a3bcaed18cb6d69e6e2ae711c93dbe99c7a220bb (patch) | |
| tree | 101d2eebd0324b0e5e9dff4a2e9450118dbf06c6 | |
| parent | 6bf1bf4588680843d4b0ad470907d3af52cd3f43 (diff) | |
| download | luasocket-a3bcaed18cb6d69e6e2ae711c93dbe99c7a220bb.tar.gz luasocket-a3bcaed18cb6d69e6e2ae711c93dbe99c7a220bb.tar.bz2 luasocket-a3bcaed18cb6d69e6e2ae711c93dbe99c7a220bb.zip | |
chore(deps): bump the github-actions group with 2 updates (#465)
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/build.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/luacheck.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0055171..03026d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -17,12 +17,12 @@ jobs: | |||
| 17 | runs-on: ${{ matrix.platform }} | 17 | runs-on: ${{ matrix.platform }} |
| 18 | steps: | 18 | steps: |
| 19 | - name: Checkout | 19 | - name: Checkout |
| 20 | uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 | 20 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 21 | - name: Setup ’msvc’ | 21 | - name: Setup ’msvc’ |
| 22 | if: ${{ startsWith(matrix.platform, 'windows') && !startsWith(matrix.luaVersion, 'luajit') }} | 22 | if: ${{ startsWith(matrix.platform, 'windows') && !startsWith(matrix.luaVersion, 'luajit') }} |
| 23 | uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1 | 23 | uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1 |
| 24 | - name: Setup ‘lua’ | 24 | - name: Setup ‘lua’ |
| 25 | uses: luarocks/gh-actions-lua@c1e8c4a5fa64ac5f6467ea35d8b59fb5a167232e # v10 | 25 | uses: luarocks/gh-actions-lua@fc6f8de246f8c01f6e1a56a1b851143e23370ff3 # v12 |
| 26 | with: | 26 | with: |
| 27 | luaVersion: ${{ matrix.luaVersion }} | 27 | luaVersion: ${{ matrix.luaVersion }} |
| 28 | buildCache: false | 28 | buildCache: false |
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index 0489df1..c8c8a92 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml | |||
| @@ -8,6 +8,6 @@ jobs: | |||
| 8 | runs-on: ubuntu-22.04 | 8 | runs-on: ubuntu-22.04 |
| 9 | steps: | 9 | steps: |
| 10 | - name: Checkout | 10 | - name: Checkout |
| 11 | uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 | 11 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 12 | - name: Luacheck | 12 | - name: Luacheck |
| 13 | uses: lunarmodules/luacheck@cc089e3f65acdd1ef8716cc73a3eca24a6b845e4 # v1 | 13 | uses: lunarmodules/luacheck@cc089e3f65acdd1ef8716cc73a3eca24a6b845e4 # v1 |
